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