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)
43public IUIThreadOperationContext Context => _owner; 52_owner.RemoveScopeAndReportTotalProgress(this); 65lock (_owner.ContextAndScopeDataMutationGate) 71lock (_owner.ContextAndScopeDataMutationGate) 87lock (_owner.ContextAndScopeDataMutationGate) 100_owner.ReportTotalProgress();