3 references to ThisLock
System.ServiceModel (3)
System\ServiceModel\Channels\HttpPipeline.cs (3)
450
Monitor.TryEnter(this.
ThisLock
, TimeoutHelper.ToMilliseconds(helper.RemainingTime()), ref lockTaken);
462
Monitor.Exit(this.
ThisLock
);
514
lock (this.
ThisLock
)