1 write to _thisLock
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BodyWriter.cs (1)
22
_thisLock
= new object();
2 references to _thisLock
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BodyWriter.cs (2)
52
lock (
_thisLock
)
108
lock (
_thisLock
)