Implemented interface member:
method
IsLiteral
Microsoft.CodeAnalysis.LanguageService.ISyntaxFacts.IsLiteral(Microsoft.CodeAnalysis.SyntaxToken)
1 reference to IsLiteral
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxFacts.cs (1)
512
if (this.IsWord(token) || this.
IsLiteral
(token) || this.IsOperator(token))