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); 103_backgroundWorkIndicator.Dispose(); 118var scope = new BackgroundWorkIndicatorScope(this, _backgroundWorkIndicator.AddScope(description), description); 142if (_backgroundWorkIndicator is IProgress<ProgressInfo> underlyingProgress) 185return new SuppressAutoCancelDisposer(this, _backgroundWorkIndicator.SuppressAutoCancel());