4 references to IsSupportedDiagnosticId
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ProjectExternalErrorReporter.cs (1)
80
return DiagnosticProvider.
IsSupportedDiagnosticId
(_projectId, errorId);
Microsoft.VisualStudio.LanguageServices.UnitTests (3)
Diagnostics\ExternalDiagnosticUpdateSourceTests.vb (3)
95
Assert.True(source.
IsSupportedDiagnosticId
(project.Id, "ID1"))
96
Assert.False(source.
IsSupportedDiagnosticId
(project.Id, "CA1002"))
112
Parallel.For(0, 100, Sub(i As Integer) source.
IsSupportedDiagnosticId
(project.Id, "CS1002"))