1 write to thisLock
System.ServiceModel.Internals (1)
System\Runtime\DuplicateDetector.cs (1)
23
this.
thisLock
= new object();
3 references to thisLock
System.ServiceModel.Internals (3)
System\Runtime\DuplicateDetector.cs (3)
31
lock (this.
thisLock
)
63
lock (this.
thisLock
)
78
lock (this.
thisLock
)