1 write to _tuningLock
System.ServiceModel.Primitives (1)
Internals\System\Runtime\InternalBufferManager.cs (1)
57_tuningLock = new object();
2 references to _tuningLock
System.ServiceModel.Primitives (2)
Internals\System\Runtime\InternalBufferManager.cs (2)
292Monitor.TryEnter(_tuningLock, ref lockHeld); 306Monitor.Exit(_tuningLock);