5 references to RegexAnchor
Microsoft.AspNetCore.App.Analyzers (2)
RouteEmbeddedLanguage\RoutePatternClassifier.cs (2)
92
AddClassification(node.AsteriskToken, ClassificationTypeNames.
RegexAnchor
);
123
AddClassification(node.QuestionMarkToken, ClassificationTypeNames.
RegexAnchor
);
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexClassifier.cs (2)
297
=> AddClassification(node.AnchorToken, ClassificationTypeNames.
RegexAnchor
);
300
=> ClassifyWholeNode(node, ClassificationTypeNames.
RegexAnchor
);
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
83
RegexAnchor
,