1 write to xpSendLock
System.ServiceModel (1)
System\ServiceModel\Channels\Msmq.cs (1)
27
xpSendLock
= new object();
3 references to xpSendLock
System.ServiceModel (3)
System\ServiceModel\Channels\Msmq.cs (3)
128
if (null !=
xpSendLock
&& (ProtectionLevel.None != protectionLevel))
130
Monitor.Enter(
xpSendLock
, ref lockHeld);
136
Monitor.Exit(
xpSendLock
);