Implemented interface member:
method
UpdateDiagnosticsForProject
Microsoft.CodeAnalysis.Workspaces.ProjectSystem.IProjectSystemDiagnosticSource.UpdateDiagnosticsForProject(Microsoft.CodeAnalysis.ProjectId, System.Object, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Diagnostics.DiagnosticData>)
4 references to UpdateDiagnosticsForProject
Microsoft.VisualStudio.LanguageServices (4)
AnalyzerDependency\AnalyzerDependencyCheckingService.cs (2)
27/// Object given as key for <see cref="HostDiagnosticUpdateSource.UpdateDiagnosticsForProject(ProjectId, object, IEnumerable{DiagnosticData})"/>. 172hostDiagnosticUpdateSource.UpdateDiagnosticsForProject(project.Id, s_dependencyConflictErrorId, builder.ToImmutable());
AnalyzerDependency\AnalyzerFileWatcherService.cs (1)
69_updateSource.UpdateDiagnosticsForProject(projectId, Tuple.Create(s_analyzerChangedErrorId, analyzerPath), SpecializedCollections.SingletonEnumerable(diagnostic));
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
404_hostDiagnosticUpdateSource.UpdateDiagnosticsForProject(project.Id, key: this, diagnostics);