1 write to _hostDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (1)
AnalyzerDependency\AnalyzerDependencyCheckingService.cs (1)
75
_hostDiagnosticUpdateSource
= hostDiagnosticUpdateSource;
2 references to _hostDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (2)
AnalyzerDependency\AnalyzerDependencyCheckingService.cs (2)
47
/// as a continuation of this task to ensure any notification to <see cref="
_hostDiagnosticUpdateSource
"/> was done first.
106
AnalyzeAndReportConflictsInSolution(solution, currentAnalyzerPaths,
_hostDiagnosticUpdateSource
, cancellationToken);