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)
294Monitor.TryEnter(_tuningLock, ref lockHeld); 308Monitor.Exit(_tuningLock);