Implemented interface member:
method
TryGetPredefinedType
Microsoft.CodeAnalysis.LanguageService.ISyntaxFacts.TryGetPredefinedType(Microsoft.CodeAnalysis.SyntaxToken, out Microsoft.CodeAnalysis.LanguageService.PredefinedType)
3 references to TryGetPredefinedType
Microsoft.CodeAnalysis.CSharp.Features (1)
NullableImpactingSpanWalker.cs (1)
140
&& CSharpSyntaxFacts.Instance.
TryGetPredefinedType
(predefinedType.Keyword, out var type))
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpSyntaxFacts.cs (2)
311
=>
TryGetPredefinedType
(token, out _);
314
=>
TryGetPredefinedType
(token, out var actualType) && actualType == type;