8 references to ExternalErrorDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (8)
ProjectSystem\VisualStudioWorkspaceImpl.cs (4)
110
private readonly Lazy<
ExternalErrorDiagnosticUpdateSource
> _lazyExternalErrorDiagnosticUpdateSource;
135
_lazyExternalErrorDiagnosticUpdateSource = new Lazy<
ExternalErrorDiagnosticUpdateSource
>(() =>
136
exportProvider.GetExportedValue<
ExternalErrorDiagnosticUpdateSource
>(),
142
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)
61
private
ExternalErrorDiagnosticUpdateSource
DiagnosticProvider => _workspace.ExternalErrorDiagnosticUpdateSource;