10 references to Comment
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\FormattedClassifications.cs (1)
152=> New(text, ClassificationTypeNames.Comment);
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Classification\Worker.cs (2)
212AddClassification(trivia, ClassificationTypeNames.Comment); 274=> AddClassification(trivia, ClassificationTypeNames.Comment);
Classification\Worker_Preprocesser.cs (1)
103AddClassification(trivia, ClassificationTypeNames.Comment);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.cs (1)
155=> New(text, ClassificationTypeNames.Comment);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensSchema.cs (1)
25[ClassificationTypeNames.Comment] = SemanticTokenTypes.Comment,
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Classification\Worker.vb (2)
141AddClassification(trivia, ClassificationTypeNames.Comment) 154AddClassification(trivia, ClassificationTypeNames.Comment)
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
18Comment,
Microsoft.VisualStudio.LanguageServices (1)
HACK_ThemeColorFixer.cs (1)
117UpdateForegroundColor(ClassificationTypeNames.Comment, sourceFormatMap, targetFormatMap);