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