6 references to RegexTextNode
Microsoft.CodeAnalysis.Features (6)
EmbeddedLanguages\RegularExpressions\RegexParser.cs (6)
382final.Add(new RegexTextNode(CreateToken( 626return new RegexTextNode(openBraceToken); 638return new RegexTextNode(token); 647return new RegexTextNode(token.With(kind: RegexKind.TextToken)); 1559return new RegexTextNode( 2027return new RegexTextNode(token.With(kind: RegexKind.TextToken));