8 references to ExcludedCode
Microsoft.AspNetCore.App.Analyzers.Test (1)
RouteEmbeddedLanguage\Infrastructure\FormattedClassifications.cs (1)
148=> New(text, ClassificationTypeNames.ExcludedCode);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Classification\Worker.cs (1)
292AddClassification(trivia, ClassificationTypeNames.ExcludedCode);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Classification\FormattedClassifications.cs (1)
151=> New(text, ClassificationTypeNames.ExcludedCode);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\CustomLspSemanticTokenNames.cs (1)
86[ClassificationTypeNames.ExcludedCode] = ExcludedCode,
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Classification\Worker.vb (1)
167AddClassification(trivia, ClassificationTypeNames.ExcludedCode)
Microsoft.CodeAnalysis.Workspaces (1)
Classification\ClassificationTypeNames.cs (1)
19ExcludedCode,
Microsoft.VisualStudio.LanguageServices (2)
HACK_ThemeColorFixer.cs (1)
118UpdateForegroundColor(ClassificationTypeNames.ExcludedCode, sourceFormatMap, targetFormatMap);
StackTraceExplorer\IgnoredFrameViewModel.cs (1)
28var run = MakeClassifiedRun(ClassificationTypeNames.ExcludedCode, _frame.ToString());