1 implementation of UpdateDiagnosticsForProject
Microsoft.VisualStudio.LanguageServices (1)
TaskList\HostDiagnosticUpdateSource.cs (1)
73public void UpdateDiagnosticsForProject(ProjectId projectId, object key, IEnumerable<DiagnosticData> items)
1 reference to UpdateDiagnosticsForProject
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\VisualStudioAnalyzer.cs (1)
66_projectSystemDiagnosticSource.UpdateDiagnosticsForProject(_projectId, this, _analyzerLoadErrors);