9 references to _SubscriptionLock
System.Threading.Tasks.Dataflow (9)
Base\DataflowBlock.cs (9)
2222Common.ContractAssertMonitorStatus(_SubscriptionLock, held: false); 2228lock (_SubscriptionLock) 2272Common.ContractAssertMonitorStatus(_SubscriptionLock, held: false); 2274lock (_SubscriptionLock) 2302Common.ContractAssertMonitorStatus(_SubscriptionLock, held: true); 2407Common.ContractAssertMonitorStatus(Observable._SubscriptionLock, held: false); 2410lock (Observable._SubscriptionLock) currentObservers = Observers; 2469Common.ContractAssertMonitorStatus(Observable._SubscriptionLock, held: false); 2473lock (Observable._SubscriptionLock)