1 write to _tuningLock
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (1)
59
_tuningLock
= new object();
2 references to _tuningLock
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\InternalBufferManager.cs (2)
294
Monitor.TryEnter(
_tuningLock
, ref lockHeld);
308
Monitor.Exit(
_tuningLock
);