3 references to s_suffixToBaseTypeNamesDictionary
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldNotHaveIncorrectSuffix.cs (3)
129foreach (string suffix in s_suffixToBaseTypeNamesDictionary.Keys) 131ImmutableArray<string> typeNames = s_suffixToBaseTypeNamesDictionary[suffix]; 161foreach (string suffix in s_suffixToBaseTypeNamesDictionary.Keys)