1 write to _backgroundWorkIndicator
Microsoft.CodeAnalysis.EditorFeatures (1)
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (1)
57
_backgroundWorkIndicator
= factory._backgroundWorkIndicatorService.Create(
5 references to _backgroundWorkIndicator
Microsoft.CodeAnalysis.EditorFeatures (5)
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (5)
67
_cancellationTokenSource = CancellationTokenSource.CreateLinkedTokenSource(
_backgroundWorkIndicator
.CancellationToken);
94
_backgroundWorkIndicator
.Dispose();
109
var scope = new BackgroundWorkIndicatorScope(this,
_backgroundWorkIndicator
.AddScope(description), description);
133
if (
_backgroundWorkIndicator
is IProgress<ProgressInfo> underlyingProgress)
176
return new SuppressAutoCancelDisposer(this,
_backgroundWorkIndicator
.SuppressAutoCancel());