Implemented interface member:
method
ClearDiagnosticsForProject
Microsoft.CodeAnalysis.Workspaces.ProjectSystem.IProjectSystemDiagnosticSource.ClearDiagnosticsForProject(Microsoft.CodeAnalysis.ProjectId, System.Object)
2 references to ClearDiagnosticsForProject
Microsoft.VisualStudio.LanguageServices (2)
AnalyzerDependency\AnalyzerFileWatcherService.cs (1)
60=> _updateSource.ClearDiagnosticsForProject(projectId, Tuple.Create(s_analyzerChangedErrorId, analyzerPath));
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
378_hostDiagnosticUpdateSource.ClearDiagnosticsForProject(project.Id, key: this);