9 references to _SubscriptionLock
System.Threading.Tasks.Dataflow (9)
Base\DataflowBlock.cs (9)
2309Common.ContractAssertMonitorStatus(_SubscriptionLock, held: false); 2315lock (_SubscriptionLock) 2359Common.ContractAssertMonitorStatus(_SubscriptionLock, held: false); 2361lock (_SubscriptionLock) 2389Common.ContractAssertMonitorStatus(_SubscriptionLock, held: true); 2494Common.ContractAssertMonitorStatus(Observable._SubscriptionLock, held: false); 2497lock (Observable._SubscriptionLock) currentObservers = Observers; 2556Common.ContractAssertMonitorStatus(Observable._SubscriptionLock, held: false); 2560lock (Observable._SubscriptionLock)