1 write to thisLock
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpOutputChannel.cs (1)
566this.thisLock = new object();
3 references to thisLock
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\UdpOutputChannel.cs (3)
595lock (this.thisLock) 608lock (this.thisLock) 620lock (this.thisLock)