1 write to thisLock
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ClientFactory.cs (1)
109
this.
thisLock
= new object();
2 references to thisLock
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\ClientFactory.cs (2)
196
lock (this.parent.
thisLock
)
257
lock (thisPtr.parent.
thisLock
)