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