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