26 references to ThisLock
dotnet-svcutil-lib (26)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObjectManager.cs (3)
24
lock (this.
ThisLock
)
70
lock (this.
ThisLock
)
83
lock (this.
ThisLock
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LifetimeManager.cs (9)
49
lock (this.
ThisLock
)
71
lock (this.
ThisLock
)
82
lock (this.
ThisLock
)
97
lock (this.
ThisLock
)
109
busyWaiter = new SyncCommunicationWaiter(this.
ThisLock
);
134
lock (this.
ThisLock
)
173
lock (this.
ThisLock
)
196
lock (this.
ThisLock
)
207
closeResult = new CloseCommunicationAsyncResult(timeout, callback, state, this.
ThisLock
);
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (14)
57
lock (this.
ThisLock
)
60
_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
_incomingChannels = new ChannelCollection(this, this.
ThisLock
);
271
lock (this.
ThisLock
)
292
lock (this.
ThisLock
)
357
lock (this.
ThisLock
)
382
lock (this.
ThisLock
)