Implemented interface member:
method
IsPredefinedType
Microsoft.CodeAnalysis.LanguageService.ISyntaxFacts.IsPredefinedType(Microsoft.CodeAnalysis.SyntaxToken, Microsoft.CodeAnalysis.LanguageService.PredefinedType)
1 reference to IsPredefinedType
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
308=> node is PredefinedTypeSyntax predefinedType && IsPredefinedType(predefinedType.Keyword, type);