11 references to RegexComment
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\ClassificationTypeDefinitions.cs (1)
237[Name(ClassificationTypeNames.RegexComment)]
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (2)
ClassificationTypeFormatDefinitions.cs (2)
737[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.RegexComment)] 738[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)
737[ClassificationType(ClassificationTypeNames = ClassificationTypeNames.RegexComment)] 738[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.UnitTests (1)
SemanticTokens\SemanticTokensRangeTests.cs (1)
3630, 1, 9, SemanticTokensHelpers.TokenTypeToIndex[ClassificationTypeNames.RegexComment], 0, // '#comment'
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
76RegexComment,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
83UpdateForegroundColor(ClassificationTypeNames.RegexComment, sourceFormatMap, targetFormatMap);