7 references to Suffix
Microsoft.AspNetCore.Mvc.Api.Analyzers (1)
SymbolApiConventionMatcher.cs (1)
118case SymbolApiConventionNameMatchBehavior.Suffix:
Mvc.Api.Analyzers.Test (6)
SymbolApiConventionMatcherTest.cs (6)
192var result = IsNameMatch(name, conventionName, SymbolApiConventionNameMatchBehavior.Suffix); 206var result = IsNameMatch(name, conventionName, SymbolApiConventionNameMatchBehavior.Suffix); 220var result = IsNameMatch(name, conventionName, SymbolApiConventionNameMatchBehavior.Suffix); 234var result = IsNameMatch(name, conventionName, SymbolApiConventionNameMatchBehavior.Suffix); 248var result = IsNameMatch(name, conventionName, SymbolApiConventionNameMatchBehavior.Suffix); 260var result = IsNameMatch(name, conventionName, SymbolApiConventionNameMatchBehavior.Suffix);