16 instantiations of ExternalErrorDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
137
new
ExternalErrorDiagnosticUpdateSource
(
Microsoft.VisualStudio.LanguageServices.UnitTests (15)
Diagnostics\DiagnosticTableDataSourceTests.vb (1)
673
Using updateSource = New
ExternalErrorDiagnosticUpdateSource
(workspace, analyzerService, notificationService, listener, CancellationToken.None)
Diagnostics\ExternalDiagnosticUpdateSourceTests.vb (14)
37
Using source = New
ExternalErrorDiagnosticUpdateSource
(
51
Using source = New
ExternalErrorDiagnosticUpdateSource
(
89
Using source = New
ExternalErrorDiagnosticUpdateSource
(
106
Using source = New
ExternalErrorDiagnosticUpdateSource
(
127
Using source = New
ExternalErrorDiagnosticUpdateSource
(
161
Using source = New
ExternalErrorDiagnosticUpdateSource
(
201
Using source = New
ExternalErrorDiagnosticUpdateSource
(
251
Using source = New
ExternalErrorDiagnosticUpdateSource
(
289
Using source = New
ExternalErrorDiagnosticUpdateSource
(
341
Using source = New
ExternalErrorDiagnosticUpdateSource
(
380
Using source = New
ExternalErrorDiagnosticUpdateSource
(
412
Using source = New
ExternalErrorDiagnosticUpdateSource
(
455
Using source = New
ExternalErrorDiagnosticUpdateSource
(
510
Using source = New
ExternalErrorDiagnosticUpdateSource
(
22 references to ExternalErrorDiagnosticUpdateSource
Microsoft.VisualStudio.LanguageServices (19)
ProjectSystem\VisualStudioWorkspaceImpl.cs (3)
111
private readonly Lazy<
ExternalErrorDiagnosticUpdateSource
> _lazyExternalErrorDiagnosticUpdateSource;
136
_lazyExternalErrorDiagnosticUpdateSource = new Lazy<
ExternalErrorDiagnosticUpdateSource
>(() =>
149
internal
ExternalErrorDiagnosticUpdateSource
ExternalErrorDiagnosticUpdateSource => _lazyExternalErrorDiagnosticUpdateSource.Value;
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
51
private readonly
ExternalErrorDiagnosticUpdateSource
_buildErrorDiagnosticService;
TableDataSource\VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs (4)
55
/// We get build progress updates from <see cref="
ExternalErrorDiagnosticUpdateSource
.BuildProgressChanged"/>.
66
ExternalErrorDiagnosticUpdateSource
? buildUpdateSource = null)
87
private void ConnectToBuildUpdateSource(
ExternalErrorDiagnosticUpdateSource
? buildUpdateSource)
97
(_, progress) => OnBuildProgressChanged(running: progress !=
ExternalErrorDiagnosticUpdateSource
.BuildProgress.Done);
TableDataSource\VisualStudioDiagnosticListTable.BuildTableDataSource.cs (6)
41
private readonly
ExternalErrorDiagnosticUpdateSource
_buildErrorSource;
43
public BuildTableDataSource(Workspace workspace, IThreadingContext threadingContext,
ExternalErrorDiagnosticUpdateSource
errorSource)
51
private void ConnectToBuildUpdateSource(
ExternalErrorDiagnosticUpdateSource
errorSource)
64
private void OnBuildProgressChanged(object sender,
ExternalErrorDiagnosticUpdateSource
.BuildProgress progress)
66
SetStableState(progress ==
ExternalErrorDiagnosticUpdateSource
.BuildProgress.Done);
68
if (progress !=
ExternalErrorDiagnosticUpdateSource
.BuildProgress.Started)
TableDataSource\VisualStudioDiagnosticListTable.cs (2)
134
private VisualStudioDiagnosticListTable(Workspace workspace, IThreadingContext threadingContext,
ExternalErrorDiagnosticUpdateSource
errorSource, ITableManagerProvider provider)
206
public static VisualStudioDiagnosticListTable Create(Workspace workspace, IThreadingContext threadingContext,
ExternalErrorDiagnosticUpdateSource
errorSource, ITableManagerProvider provider)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (2)
577
private readonly
ExternalErrorDiagnosticUpdateSource
_owner;
645
public InProgressState(
ExternalErrorDiagnosticUpdateSource
owner, Solution solution, CancellationToken cancellationToken)
TaskList\ProjectExternalErrorReporter.cs (1)
61
private
ExternalErrorDiagnosticUpdateSource
DiagnosticProvider => _workspace.ExternalErrorDiagnosticUpdateSource;
Microsoft.VisualStudio.LanguageServices.UnitTests (3)
Diagnostics\ExternalDiagnosticUpdateSourceTests.vb (3)
165
If progress =
ExternalErrorDiagnosticUpdateSource
.BuildProgress.Done Then
420
If progress =
ExternalErrorDiagnosticUpdateSource
.BuildProgress.Updated Then
423
ElseIf progress =
ExternalErrorDiagnosticUpdateSource
.BuildProgress.Done Then