9 references to RegexSelfEscapedCharacter
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\FormattedClassifications.Regex.cs (1)
25public static FormattedClassification SelfEscapedCharacter(string value) => New(value, ClassificationTypeNames.RegexSelfEscapedCharacter);
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\ClassificationTypeDefinitions.cs (1)
283[Name(ClassificationTypeNames.RegexSelfEscapedCharacter)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.Regex.cs (1)
24public static FormattedClassification SelfEscapedCharacter(string value) => New(value, ClassificationTypeNames.RegexSelfEscapedCharacter);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Classification\ClassificationTypeFormatDefinitions.cs (2)
918[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.RegexSelfEscapedCharacter)] 919[Name(ClassificationTypeNames.RegexSelfEscapedCharacter)]
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexClassifier.cs (1)
325? ClassificationTypeNames.RegexSelfEscapedCharacter
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\CustomLspSemanticTokenNames.cs (1)
133[ClassificationTypeNames.RegexSelfEscapedCharacter] = RegexSelfEscapedCharacter,
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
85RegexSelfEscapedCharacter,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
144UpdateForegroundColor(ClassificationTypeNames.RegexSelfEscapedCharacter, sourceFormatMap, targetFormatMap);