4 references to UnclassifiedTextLiteral
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Legacy\LegacySyntaxNodeExtensions.cs (2)
57set.Add(SyntaxKind.UnclassifiedTextLiteral); 173return node.Kind is SyntaxKind.UnclassifiedTextLiteral;
Language\Syntax\Generated\Syntax.xml.Internal.Generated.cs (1)
3432var result = new UnclassifiedTextLiteralSyntax(SyntaxKind.UnclassifiedTextLiteral, literalTokens.Node, chunkGenerator, editHandler);
Language\Syntax\SyntaxSerializer.cs (1)
245SyntaxKind.UnclassifiedTextLiteral;