1 write to thisLock
System.ServiceModel (1)
System\ServiceModel\Channels\ReceiveContext.cs (1)
25this.thisLock = new object();
1 reference to thisLock
System.ServiceModel (1)
System\ServiceModel\Channels\ReceiveContext.cs (1)
38get { return thisLock; }