Home
last modified time | relevance | path

Searched refs:CreateAmbiguousMatchList (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Mvc/Async/
H A DAsyncActionMethodSelector.cs36 string ambiguityList = CreateAmbiguousMatchList(ambiguousMethods); in CreateAmbiguousActionMatchException()
44 string ambiguityList = CreateAmbiguousMatchList(ambiguousMethods); in CreateAmbiguousMethodMatchException()
50 private static string CreateAmbiguousMatchList(IEnumerable<MethodInfo> ambiguousMethods) in CreateAmbiguousMatchList() method in System.Web.Mvc.Async.AsyncActionMethodSelector
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/Async/
H A DAsyncActionMethodSelector.cs33 string ambiguityList = CreateAmbiguousMatchList(ambiguousMethods); in CreateAmbiguousActionMatchException()
40 string ambiguityList = CreateAmbiguousMatchList(ambiguousMethods); in CreateAmbiguousMethodMatchException()
46 private static string CreateAmbiguousMatchList(IEnumerable<MethodInfo> ambiguousMethods) { in CreateAmbiguousMatchList() method in System.Web.Mvc.Async.AsyncActionMethodSelector
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Http/Controllers/
H A DApiControllerActionSelector.cs206 string ambiguityList = CreateAmbiguousMatchList(selectedActions); in SelectAction()
346 …private static string CreateAmbiguousMatchList(IEnumerable<HttpActionDescriptor> ambiguousDescript… in CreateAmbiguousMatchList() method in System.Web.Http.Controllers.ApiControllerActionSelector.ActionSelectorCacheItem