5 references to ExternalErrorDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (5)
ProjectSystem\VisualStudioWorkspaceImpl.cs (3)
114
private readonly Lazy<
ExternalErrorDiagnosticUpdateSource
> _lazyExternalErrorDiagnosticUpdateSource;
153
_lazyExternalErrorDiagnosticUpdateSource = exportProvider.GetExport<
ExternalErrorDiagnosticUpdateSource
>();
173
internal
ExternalErrorDiagnosticUpdateSource
ExternalErrorDiagnosticUpdateSource => _lazyExternalErrorDiagnosticUpdateSource.Value;
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
39
[Export(typeof(
ExternalErrorDiagnosticUpdateSource
))]
TaskList\ProjectExternalErrorReporter.cs (1)
46
private
ExternalErrorDiagnosticUpdateSource
DiagnosticProvider => _workspace.ExternalErrorDiagnosticUpdateSource;