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