11 references to RegexComment
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\FormattedClassifications.Regex.cs (1)
40public static FormattedClassification Comment(string value) => New(value, ClassificationTypeNames.RegexComment);
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\ClassificationTypeDefinitions.cs (1)
248[Name(ClassificationTypeNames.RegexComment)]
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.Regex.cs (1)
39public static FormattedClassification Comment(string value) => New(value, ClassificationTypeNames.RegexComment);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Classification\ClassificationTypeFormatDefinitions.cs (2)
792[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.RegexComment)] 793[Name(ClassificationTypeNames.RegexComment)]
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexClassifier.cs (2)
100context.AddClassification(ClassificationTypeNames.RegexComment, GetSpan(trivia.VirtualChars)); 313ClassificationTypeNames.RegexComment,
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\CustomLspSemanticTokenNames.cs (1)
126[ClassificationTypeNames.RegexComment] = RegexComment,
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
SemanticTokens\SemanticTokensRangeTests.cs (1)
5190, 1, 9, tokenTypeToIndex[ClassificationTypeNames.RegexComment], 0, // '#comment'
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
78RegexComment,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
136UpdateForegroundColor(ClassificationTypeNames.RegexComment, sourceFormatMap, targetFormatMap);