50 references to ThisLock
dotnet-svcutil-lib (50)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
104_channels = new CommunicationObjectManager<IChannel>(this.ThisLock);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
75lock (ThisLock)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CommunicationObject.cs (8)
88lock (ThisLock) 160lock (ThisLock) 298lock (ThisLock) 333lock (ThisLock) 370lock (ThisLock) 400lock (ThisLock) 427lock (ThisLock) 455lock (ThisLock)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (2)
86lock (ThisLock) 218lock (ThisLock)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (2)
373lock (ThisLock) 390lock (ThisLock)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (3)
247lock (ThisLock) 551lock (ThisLock) 710lock (ThisLock)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (9)
236lock (ThisLock) 444lock (ThisLock) 895lock (ThisLock) 1369lock (ThisLock) 1450lock (ThisLock) 1453_extensions = new ExtensionCollection<IContextChannel>((IContextChannel)Proxy, ThisLock); 1464lock (ThisLock) 1546lock (ThisLock) 1553lock (ThisLock)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (6)
234lock (ThisLock) 243lock (ThisLock) 258lock (ThisLock) 272lock (ThisLock) 294lock (ThisLock) 303lock (ThisLock)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
697lock (ThisLock) 711lock (ThisLock)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
79lock (ThisLock)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (13)
51_channels = new CommunicationObjectManager<IChannel>(this.ThisLock); 52_pendingChannels = new SynchronizedChannelCollection<IChannel>(this.ThisLock); 240lock (this.ThisLock) 255lock (this.ThisLock) 274lock (this.ThisLock) 314lock (this.ThisLock) 363lock (this.ThisLock) 376lock (this.ThisLock) 508lock (this.ThisLock) 597_filterTable = new EndpointDispatcherTable(this.ThisLock); 618lock (this.ThisLock) 653: base(owner.ThisLock) 695: base(outer.ThisLock)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
77get { return base.ThisLock; }
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
140get { return base.ThisLock; }