8 references to ExternalErrorDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (8)
ProjectSystem\VisualStudioWorkspaceImpl.cs (4)
112private readonly Lazy<ExternalErrorDiagnosticUpdateSource> _lazyExternalErrorDiagnosticUpdateSource; 143_lazyExternalErrorDiagnosticUpdateSource = new Lazy<ExternalErrorDiagnosticUpdateSource>(() => 144exportProvider.GetExportedValue<ExternalErrorDiagnosticUpdateSource>(), 152internal ExternalErrorDiagnosticUpdateSource ExternalErrorDiagnosticUpdateSource => _lazyExternalErrorDiagnosticUpdateSource.Value;
TaskList\ExternalErrorDiagnosticUpdateSource.cs (3)
37[Export(typeof(ExternalErrorDiagnosticUpdateSource))] 310private readonly ExternalErrorDiagnosticUpdateSource _owner; 320public InProgressState(ExternalErrorDiagnosticUpdateSource owner, Solution solution)
TaskList\ProjectExternalErrorReporter.cs (1)
59private ExternalErrorDiagnosticUpdateSource DiagnosticProvider => _workspace.ExternalErrorDiagnosticUpdateSource;