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