4 references to ThisLock
System.ServiceModel.NetFramingBase (4)
System\ServiceModel\Channels\ConnectionPoolRegistry.cs (4)
28
ThisLock
.Wait();
56
finally {
ThisLock
.Release(); }
79
await
ThisLock
.WaitAsync();
100
finally {
ThisLock
.Release(); }