7 references to ExternalErrorDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (7)
ProjectSystem\VisualStudioWorkspaceImpl.cs (3)
114
private readonly Lazy<
ExternalErrorDiagnosticUpdateSource
> _lazyExternalErrorDiagnosticUpdateSource;
153
_lazyExternalErrorDiagnosticUpdateSource = exportProvider.GetExport<
ExternalErrorDiagnosticUpdateSource
>();
173
internal
ExternalErrorDiagnosticUpdateSource
ExternalErrorDiagnosticUpdateSource => _lazyExternalErrorDiagnosticUpdateSource.Value;
TaskList\ExternalErrorDiagnosticUpdateSource.cs (3)
38
[Export(typeof(
ExternalErrorDiagnosticUpdateSource
))]
331
private readonly
ExternalErrorDiagnosticUpdateSource
_owner;
341
public InProgressState(
ExternalErrorDiagnosticUpdateSource
owner, Solution solution)
TaskList\ProjectExternalErrorReporter.cs (1)
53
private
ExternalErrorDiagnosticUpdateSource
DiagnosticProvider => _workspace.ExternalErrorDiagnosticUpdateSource;