9 references to ExternalErrorDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (9)
ProjectSystem\VisualStudioWorkspaceImpl.cs (4)
110private readonly Lazy<ExternalErrorDiagnosticUpdateSource> _lazyExternalErrorDiagnosticUpdateSource; 135_lazyExternalErrorDiagnosticUpdateSource = new Lazy<ExternalErrorDiagnosticUpdateSource>(() => 136exportProvider.GetExportedValue<ExternalErrorDiagnosticUpdateSource>(), 142internal ExternalErrorDiagnosticUpdateSource ExternalErrorDiagnosticUpdateSource => _lazyExternalErrorDiagnosticUpdateSource.Value;
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
49private readonly ExternalErrorDiagnosticUpdateSource _buildErrorDiagnosticService;
TaskList\ExternalErrorDiagnosticUpdateSource.cs (3)
37[Export(typeof(ExternalErrorDiagnosticUpdateSource))] 313private readonly ExternalErrorDiagnosticUpdateSource _owner; 323public InProgressState(ExternalErrorDiagnosticUpdateSource owner, Solution solution)
TaskList\ProjectExternalErrorReporter.cs (1)
61private ExternalErrorDiagnosticUpdateSource DiagnosticProvider => _workspace.ExternalErrorDiagnosticUpdateSource;