12 references to RegexText
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\FormattedClassifications.Regex.cs (1)
34public static FormattedClassification Text(string value) => New(value, ClassificationTypeNames.RegexText);
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\ClassificationTypeDefinitions.cs (1)
253[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)
900[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.RegexText)] 901[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 (1)
Handler\SemanticTokens\CustomLspSemanticTokenNames.cs (1)
132[ClassificationTypeNames.RegexText] = RegexText,
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
SemanticTokens\SemanticTokensRangeTests.cs (2)
4060, 1, 3, tokenTypeToIndex[ClassificationTypeNames.RegexText], 0, // 'abc' 5150, 1, 3, tokenTypeToIndex[ClassificationTypeNames.RegexText], 0, // 'abc'
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
84RegexText,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
137UpdateForegroundColor(ClassificationTypeNames.RegexText, sourceFormatMap, targetFormatMap);