2 instantiations of HostDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
ProjectSystemShim\VisualStudioAnalyzerTests.vb (2)
36
Dim hostDiagnosticUpdateSource = New
HostDiagnosticUpdateSource
(lazyWorkspace, registrationService)
58
Dim hostDiagnosticUpdateSource = New
HostDiagnosticUpdateSource
(lazyWorkspace, registrationService)
12 references to HostDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (11)
AnalyzerDependency\AnalyzerDependencyCheckingService.cs (4)
27
/// Object given as key for <see cref="
HostDiagnosticUpdateSource
.UpdateDiagnosticsForProject(ProjectId, object, IEnumerable{DiagnosticData})"/>.
37
private readonly
HostDiagnosticUpdateSource
_hostDiagnosticUpdateSource;
72
HostDiagnosticUpdateSource
hostDiagnosticUpdateSource)
116
HostDiagnosticUpdateSource
hostDiagnosticUpdateSource,
AnalyzerDependency\AnalyzerFileWatcherService.cs (2)
27
private readonly
HostDiagnosticUpdateSource
_updateSource;
52
HostDiagnosticUpdateSource
hostDiagnosticUpdateSource,
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (2)
44
private readonly
HostDiagnosticUpdateSource
_hostDiagnosticUpdateSource;
57
HostDiagnosticUpdateSource
hostDiagnosticUpdateSource,
ProjectSystem\VisualStudioProjectFactory.cs (2)
39
private readonly
HostDiagnosticUpdateSource
_hostDiagnosticUpdateSource;
49
HostDiagnosticUpdateSource
hostDiagnosticUpdateSource,
TaskList\HostDiagnosticUpdateSource.cs (1)
21
[Export(typeof(
HostDiagnosticUpdateSource
))]
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
ProjectSystemShim\Framework\TestEnvironment.vb (1)
70
GetType(
HostDiagnosticUpdateSource
),