1 write to syncRoot
System.IO.Log (1)
System\IO\Log\LogLogRecordEnumerator.cs (1)
56
this.
syncRoot
= new object();
4 references to syncRoot
System.IO.Log (4)
System\IO\Log\LogLogRecordEnumerator.cs (4)
72
lock (this.
syncRoot
)
94
lock (this.
syncRoot
)
114
lock (this.
syncRoot
)
231
lock (this.
syncRoot
)