1 write to syncRoot
System.IO.Log (1)
System\IO\Log\OverlappedAsyncResult.cs (1)
49this.syncRoot = new Object();
5 references to syncRoot
System.IO.Log (5)
System\IO\Log\OverlappedAsyncResult.cs (5)
73lock (this.syncRoot) 102lock (this.syncRoot) 111Monitor.PulseAll(this.syncRoot); 126lock (this.syncRoot) 130Monitor.Wait(this.syncRoot);