3 references to CustomTags
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ProjectExternalErrorReporter.cs (1)
304
customTags = IsCompilerDiagnostic(errorId) ? CompilerDiagnosticCustomTags :
CustomTags
;
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
Diagnostics\ExternalDiagnosticUpdateSourceTests.vb (2)
185
Assert.Equal(1, ProjectExternalErrorReporter.
CustomTags
.Count)
186
Assert.Equal(WellKnownDiagnosticTags.Telemetry, ProjectExternalErrorReporter.
CustomTags
(0))