2 references to IsNameMatch
Microsoft.AspNetCore.Mvc.Api.Analyzers (2)
SymbolApiConventionMatcher.cs (2)
19
if (!
IsNameMatch
(method.Name, conventionMethod.Name, methodNameMatchBehavior))
49
!
IsNameMatch
(methodParameters[i].Name, conventionParameter.Name, nameMatchBehavior))