1 write to _thisLock
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
2411
_thisLock
= new Object();
4 references to _thisLock
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\ServiceChannel.cs (4)
2430
lock (
_thisLock
)
2439
lock (
_thisLock
)
2453
lock (
_thisLock
)
2481
lock (
_thisLock
)