9 references to RegexSelfEscapedCharacter
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\ClassificationTypeDefinitions.cs (1)
272[Name(ClassificationTypeNames.RegexSelfEscapedCharacter)]
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (2)
ClassificationTypeFormatDefinitions.cs (2)
863[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.RegexSelfEscapedCharacter)] 864[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)
863[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.RegexSelfEscapedCharacter)] 864[Name(ClassificationTypeNames.RegexSelfEscapedCharacter)]
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexClassifier.cs (1)
325? ClassificationTypeNames.RegexSelfEscapedCharacter
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
83RegexSelfEscapedCharacter,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
91UpdateForegroundColor(ClassificationTypeNames.RegexSelfEscapedCharacter, sourceFormatMap, targetFormatMap);