10 references to RegexOtherEscape
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\FormattedClassifications.Regex.cs (1)
22public static FormattedClassification OtherEscape(string value) => New(value, ClassificationTypeNames.RegexOtherEscape);
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\ClassificationTypeDefinitions.cs (1)
278[Name(ClassificationTypeNames.RegexOtherEscape)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.Regex.cs (1)
21public static FormattedClassification OtherEscape(string value) => New(value, ClassificationTypeNames.RegexOtherEscape);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Classification\ClassificationTypeFormatDefinitions.cs (2)
940[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.RegexOtherEscape)] 941[Name(ClassificationTypeNames.RegexOtherEscape)]
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexClassifier.cs (2)
290=> ClassifyWholeNode(node, ClassificationTypeNames.RegexOtherEscape); 326: ClassificationTypeNames.RegexOtherEscape);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\CustomLspSemanticTokenNames.cs (1)
134[ClassificationTypeNames.RegexOtherEscape] = RegexOtherEscape,
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
86RegexOtherEscape,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
143UpdateForegroundColor(ClassificationTypeNames.RegexOtherEscape, sourceFormatMap, targetFormatMap);