2 references to s_suffixToAllowedTypesDictionary
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldNotHaveIncorrectSuffix.cs (2)
171
foreach (string suffix in
s_suffixToAllowedTypesDictionary
.Keys)
174
&& !
s_suffixToAllowedTypesDictionary
[suffix].Contains(name))