2 writes to ThisLock
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\SynchronizedRandom.cs (2)
15
this.
ThisLock
= new object();
21
this.
ThisLock
= new object();
6 references to ThisLock
System.ServiceModel.Channels (6)
System\ServiceModel\Channels\SynchronizedRandom.cs (6)
32
lock (this.
ThisLock
)
40
lock (this.
ThisLock
)
48
lock (this.
ThisLock
)
56
lock (this.
ThisLock
)
64
lock (this.
ThisLock
)
72
lock (this.
ThisLock
)