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