1 write to tuningLock
System.ServiceModel.Internals (1)
System\Runtime\InternalBufferManager.cs (1)
60this.tuningLock = new object();
2 references to tuningLock
System.ServiceModel.Internals (2)
System\Runtime\InternalBufferManager.cs (2)
324Monitor.TryEnter(this.tuningLock, ref lockHeld); 338Monitor.Exit(this.tuningLock);