2 references to IsNameMatch
Microsoft.AspNetCore.Mvc.Core (2)
ApiExplorer\ApiConventionMatcher.cs (2)
17
return
IsNameMatch
(methodInfo.Name, conventionMethod.Name, methodNameMatchBehavior);
42
!
IsNameMatch
(methodParameters[i].Name, conventionParameter.Name, nameMatchBehavior))