9 references to _SubscriptionLock
System.Threading.Tasks.Dataflow (9)
Base\DataflowBlock.cs (9)
2224Common.ContractAssertMonitorStatus(_SubscriptionLock, held: false); 2230lock (_SubscriptionLock) 2274Common.ContractAssertMonitorStatus(_SubscriptionLock, held: false); 2276lock (_SubscriptionLock) 2304Common.ContractAssertMonitorStatus(_SubscriptionLock, held: true); 2409Common.ContractAssertMonitorStatus(Observable._SubscriptionLock, held: false); 2412lock (Observable._SubscriptionLock) currentObservers = Observers; 2471Common.ContractAssertMonitorStatus(Observable._SubscriptionLock, held: false); 2475lock (Observable._SubscriptionLock)