1 instantiation of RegexCaptureEscapeNode
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\RegexParser.cs (1)
1735
return new
RegexCaptureEscapeNode
(
3 references to RegexCaptureEscapeNode
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\RegularExpressions\IRegexNodeVisitor.cs (1)
45
void Visit(
RegexCaptureEscapeNode
node);
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexClassifier.cs (1)
253
public void Visit(
RegexCaptureEscapeNode
node)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexDocumentHighlighter.cs (1)
121
RegexCaptureEscapeNode
captureEscape => captureEscape.CaptureToken,