1 write to _scope
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Utilities\UIThreadOperationContextProgressTracker.cs (1)
20_scope = scope;
5 references to _scope
Microsoft.CodeAnalysis.EditorFeatures (5)
Shared\Utilities\UIThreadOperationContextProgressTracker.cs (5)
23public string? Description { get => _scope.Description; set => _scope.Description = value; } 38_scope.Progress.Report(progressInfo); 50_scope.Progress.Report(progressInfo); 61_scope.Progress.Report(new ProgressInfo());