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(); 109var scope = new BackgroundWorkIndicatorScope(this, _backgroundWorkIndicator.AddScope(description), description); 133if (_backgroundWorkIndicator is IProgress<ProgressInfo> underlyingProgress) 176return new SuppressAutoCancelDisposer(this, _backgroundWorkIndicator.SuppressAutoCancel());