15 references to OutgoingLock
System.Threading.Tasks.Dataflow (15)
Blocks\BroadcastBlock.cs (15)
575lock (OutgoingLock) 649lock (thisSourceCore.OutgoingLock) 675Common.ContractAssertMonitorStatus(OutgoingLock, held: true); 717Common.ContractAssertMonitorStatus(OutgoingLock, held: true); 790Common.ContractAssertMonitorStatus(OutgoingLock, held: true); 863lock (thisSourceCore.OutgoingLock) 881lock (OutgoingLock) 898lock (OutgoingLock) 921Common.ContractAssertMonitorStatus(OutgoingLock, held: true); 967lock (OutgoingLock) 1020lock (OutgoingLock) 1039return Common.CreateUnlinker(OutgoingLock, _targetRegistry, target); 1051lock (OutgoingLock) // We may currently be calling out under this lock to the target; requires it to be reentrant 1090lock (OutgoingLock) 1117lock (OutgoingLock)