4 references to IsKeyword
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\IdentifiersShouldNotMatchKeywords.cs (4)
153
if (
IsKeyword
(component, out string matchingKeyword))
181
if (
IsKeyword
(type.Name, out string matchingKeyword))
199
if (!
IsKeyword
(symbol.Name, out string matchingKeyword))
232
if (
IsKeyword
(parameter.Name, out string matchingKeyword))