1 implementation of IsLiteral
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
467
public bool
IsLiteral
(SyntaxToken token)
1 reference to IsLiteral
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindReferences\Finders\LabelSymbolReferenceFinder.cs (1)
12
return IdentifiersMatch(state.SyntaxFacts, name, token) || state.SyntaxFacts.
IsLiteral
(token);