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