Implemented interface member:
method
IsPredefinedType
Microsoft.CodeAnalysis.LanguageService.ISyntaxFacts.IsPredefinedType(Microsoft.CodeAnalysis.SyntaxToken, Microsoft.CodeAnalysis.LanguageService.PredefinedType)
1 reference to IsPredefinedType
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxFacts.cs (1)
320=> node is PredefinedTypeSyntax predefinedType && IsPredefinedType(predefinedType.Keyword, type);