12 references to RegexAnchor
Microsoft.AspNetCore.App.Analyzers (2)
RouteEmbeddedLanguage\RoutePatternClassifier.cs (2)
92AddClassification(node.AsteriskToken, ClassificationTypeNames.RegexAnchor); 123AddClassification(node.QuestionMarkToken, ClassificationTypeNames.RegexAnchor);
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\FormattedClassifications.Regex.cs (1)
16public static FormattedClassification Anchor(string value) => New(value, ClassificationTypeNames.RegexAnchor);
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\ClassificationTypeDefinitions.cs (1)
268[Name(ClassificationTypeNames.RegexAnchor)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.Regex.cs (1)
15public static FormattedClassification Anchor(string value) => New(value, ClassificationTypeNames.RegexAnchor);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Classification\ClassificationTypeFormatDefinitions.cs (2)
828[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.RegexAnchor)] 829[Name(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.LanguageServer.Protocol (1)
Handler\SemanticTokens\CustomLspSemanticTokenNames.cs (1)
128[ClassificationTypeNames.RegexAnchor] = RegexAnchor,
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
80RegexAnchor,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
140UpdateForegroundColor(ClassificationTypeNames.RegexAnchor, sourceFormatMap, targetFormatMap);