29 references to ThisLock
System.ServiceModel (29)
System\ServiceModel\Channels\CommunicationObjectManager.cs (3)
27
lock (this.
ThisLock
)
73
lock (this.
ThisLock
)
86
lock (this.
ThisLock
)
System\ServiceModel\Channels\LifetimeManager.cs (9)
52
lock (this.
ThisLock
)
83
lock (this.
ThisLock
)
98
lock (this.
ThisLock
)
117
lock (this.
ThisLock
)
129
busyWaiter = new SyncCommunicationWaiter(this.
ThisLock
);
154
lock (this.
ThisLock
)
193
lock (this.
ThisLock
)
216
lock (this.
ThisLock
)
227
closeResult = new CloseCommunicationAsyncResult(timeout, callback, state, this.
ThisLock
);
System\ServiceModel\Dispatcher\InstanceContextManager.cs (3)
42
lock (this.
ThisLock
)
224
lock (this.
ThisLock
)
246
lock (this.
ThisLock
)
System\ServiceModel\ServiceChannelManager.cs (14)
57
lock (this.
ThisLock
)
60
this.outgoingChannels = new ChannelCollection(this, this.
ThisLock
);
89
lock (this.
ThisLock
)
129
lock (this.
ThisLock
)
133
closeResult = new CloseCommunicationAsyncResult(timeout, callback, state, this.
ThisLock
);
167
lock (this.
ThisLock
)
171
activityWaiter = new SyncCommunicationWaiter(this.
ThisLock
);
205
lock (this.
ThisLock
)
254
lock (this.
ThisLock
)
258
this.incomingChannels = new ChannelCollection(this, this.
ThisLock
);
271
lock (this.
ThisLock
)
292
lock (this.
ThisLock
)
357
lock (this.
ThisLock
)
382
lock (this.
ThisLock
)