1 write to _owner
Microsoft.CodeAnalysis.EditorFeatures (1)
BackgroundWorkIndicator\BackgroundWorkIndicatorScope.cs (1)
36
_owner
= owner;
6 references to _owner
Microsoft.CodeAnalysis.EditorFeatures (6)
BackgroundWorkIndicator\BackgroundWorkIndicatorScope.cs (6)
43
public IUIThreadOperationContext Context =>
_owner
;
52
_owner
.RemoveScopeAndReportTotalProgress(this);
65
lock (
_owner
.ContextAndScopeDataMutationGate)
71
lock (
_owner
.ContextAndScopeDataMutationGate)
87
lock (
_owner
.ContextAndScopeDataMutationGate)
100
_owner
.ReportTotalProgress();