8 references to ExternalErrorDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (8)
ProjectSystem\VisualStudioWorkspaceImpl.cs (4)
111
private readonly Lazy<
ExternalErrorDiagnosticUpdateSource
> _lazyExternalErrorDiagnosticUpdateSource;
136
_lazyExternalErrorDiagnosticUpdateSource = new Lazy<
ExternalErrorDiagnosticUpdateSource
>(() =>
137
exportProvider.GetExportedValue<
ExternalErrorDiagnosticUpdateSource
>(),
145
internal
ExternalErrorDiagnosticUpdateSource
ExternalErrorDiagnosticUpdateSource => _lazyExternalErrorDiagnosticUpdateSource.Value;
TaskList\ExternalErrorDiagnosticUpdateSource.cs (3)
37
[Export(typeof(
ExternalErrorDiagnosticUpdateSource
))]
313
private readonly
ExternalErrorDiagnosticUpdateSource
_owner;
323
public InProgressState(
ExternalErrorDiagnosticUpdateSource
owner, Solution solution)
TaskList\ProjectExternalErrorReporter.cs (1)
59
private
ExternalErrorDiagnosticUpdateSource
DiagnosticProvider => _workspace.ExternalErrorDiagnosticUpdateSource;