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