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)
23
public 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());