7 references to ThisLock
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (6)
270
lock (
ThisLock
)
313
lock (
ThisLock
)
328
lock (
ThisLock
)
387
lock (
ThisLock
)
421
lock (
ThisLock
)
476
lock (
ThisLock
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
63
_connections = new IdleTimeoutIdleConnectionPool(this, this.
ThisLock
);