29 references to ThisLock
System.ServiceModel (29)
System\ServiceModel\Channels\CommunicationObjectManager.cs (3)
27lock (this.ThisLock) 73lock (this.ThisLock) 86lock (this.ThisLock)
System\ServiceModel\Channels\LifetimeManager.cs (9)
52lock (this.ThisLock) 83lock (this.ThisLock) 98lock (this.ThisLock) 117lock (this.ThisLock) 129busyWaiter = new SyncCommunicationWaiter(this.ThisLock); 154lock (this.ThisLock) 193lock (this.ThisLock) 216lock (this.ThisLock) 227closeResult = new CloseCommunicationAsyncResult(timeout, callback, state, this.ThisLock);
System\ServiceModel\Dispatcher\InstanceContextManager.cs (3)
42lock (this.ThisLock) 224lock (this.ThisLock) 246lock (this.ThisLock)
System\ServiceModel\ServiceChannelManager.cs (14)
57lock (this.ThisLock) 60this.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) 258this.incomingChannels = new ChannelCollection(this, this.ThisLock); 271lock (this.ThisLock) 292lock (this.ThisLock) 357lock (this.ThisLock) 382lock (this.ThisLock)