2 instantiations of RegexAnchorNode
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\RegexParser.cs (2)
632
return new
RegexAnchorNode
(RegexKind.EndAnchor, ConsumeCurrentToken(allowTrivia: true));
638
return new
RegexAnchorNode
(RegexKind.StartAnchor, ConsumeCurrentToken(allowTrivia: true));
2 references to RegexAnchorNode
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\IRegexNodeVisitor.cs (1)
24
void Visit(
RegexAnchorNode
node);
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexClassifier.cs (1)
296
public void Visit(
RegexAnchorNode
node)