12 references to RegexText
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\ClassificationTypeDefinitions.cs (1)
242[Name(ClassificationTypeNames.RegexText)]
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (2)
ClassificationTypeFormatDefinitions.cs (2)
845[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.RegexText)] 846[Name(ClassificationTypeNames.RegexText)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.Regex.cs (1)
33public static FormattedClassification Text(string value) => New(value, ClassificationTypeNames.RegexText);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Classification\ClassificationTypeFormatDefinitions.cs (2)
845[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.RegexText)] 846[Name(ClassificationTypeNames.RegexText)]
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexClassifier.cs (2)
305=> AddClassification(node.TextToken, ClassificationTypeNames.RegexText); 311Context.AddClassification(ClassificationTypeNames.RegexText, node.TextToken.VirtualChars[0].Span);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
SemanticTokens\SemanticTokensRangeTests.cs (2)
2920, 1, 3, SemanticTokensHelpers.TokenTypeToIndex[ClassificationTypeNames.RegexText], 0, // 'abc' 3590, 1, 3, SemanticTokensHelpers.TokenTypeToIndex[ClassificationTypeNames.RegexText], 0, // 'abc'
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
82RegexText,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
84UpdateForegroundColor(ClassificationTypeNames.RegexText, sourceFormatMap, targetFormatMap);