26 references to ThisLock
dotnet-svcutil-lib (26)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObjectManager.cs (3)
24lock (this.ThisLock) 70lock (this.ThisLock) 83lock (this.ThisLock)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (9)
49lock (this.ThisLock) 71lock (this.ThisLock) 82lock (this.ThisLock) 97lock (this.ThisLock) 109busyWaiter = new SyncCommunicationWaiter(this.ThisLock); 134lock (this.ThisLock) 173lock (this.ThisLock) 196lock (this.ThisLock) 207closeResult = new CloseCommunicationAsyncResult(timeout, callback, state, this.ThisLock);
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (14)
57lock (this.ThisLock) 60_outgoingChannels = new ChannelCollection(this, this.ThisLock); 89lock (this.ThisLock) 129lock (this.ThisLock) 133closeResult = new CloseCommunicationAsyncResult(timeout, callback, state, this.ThisLock); 167lock (this.ThisLock) 171activityWaiter = new SyncCommunicationWaiter(this.ThisLock); 205lock (this.ThisLock) 254lock (this.ThisLock) 258_incomingChannels = new ChannelCollection(this, this.ThisLock); 271lock (this.ThisLock) 292lock (this.ThisLock) 357lock (this.ThisLock) 382lock (this.ThisLock)