220 references to ThisLock
System.ServiceModel (206)
System\ServiceModel\Channels\ChannelFactoryBase.cs (1)
99this.channels = new CommunicationObjectManager<IChannel>(this.ThisLock);
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (2)
283lock (this.ThisLock) 303lock (ThisLock)
System\ServiceModel\Channels\CommunicationObject.cs (14)
101lock (ThisLock) 159lock (ThisLock) 232lock (ThisLock) 278lock (ThisLock) 471lock (ThisLock) 490lock (this.ThisLock) 493this.exceptionQueue = new ExceptionQueue(this.ThisLock); 508lock (this.ThisLock) 511this.exceptionQueue = new ExceptionQueue(this.ThisLock); 576lock (ThisLock) 618lock (ThisLock) 652lock (ThisLock) 682lock (ThisLock) 715lock (ThisLock)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (2)
83lock (ThisLock) 227lock (ThisLock)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (2)
334lock (ThisLock) 452lock (ThisLock)
System\ServiceModel\Channels\DatagramAdapter.cs (7)
84get { return base.ThisLock; } 997lock (this.ThisLock) 1019lock (this.ThisLock) 1034lock (this.ThisLock) 1057lock (this.ThisLock) 1076lock (this.ThisLock) 1097lock (this.ThisLock)
System\ServiceModel\Channels\FramingChannels.cs (2)
341lock (ThisLock) 358lock (ThisLock)
System\ServiceModel\Channels\HttpChannelFactory.cs (5)
638lock (ThisLock) 709lock (ThisLock) 950lock (ThisLock) 970lock (ThisLock) 1034lock (ThisLock)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
857this.webSocketLifetimeManager = new CommunicationObjectManager<ServerWebSocketTransportDuplexSessionChannel>(this.ThisLock);
System\ServiceModel\Channels\LayeredChannelListener.cs (2)
53lock (ThisLock) 100lock (ThisLock)
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (2)
86lock (ThisLock) 201lock (ThisLock)
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
195lock (ThisLock)
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
1053lock (ThisLock) 1172lock (ThisLock)
System\ServiceModel\Channels\PeerChannelListener.cs (1)
181lock (ThisLock)
System\ServiceModel\Channels\PeerDuplexChannel.cs (2)
145lock (ThisLock) 207lock (ThisLock)
System\ServiceModel\Channels\PeerInputChannel.cs (1)
117lock (ThisLock)
System\ServiceModel\Channels\PeerOutputChannel.cs (2)
101lock (ThisLock) 148lock (ThisLock)
System\ServiceModel\Channels\ReliableChannelListener.cs (8)
136lock (this.ThisLock) 238lock (this.ThisLock) 258lock (this.ThisLock) 282lock (this.ThisLock) 298lock (this.ThisLock) 495lock (this.channelListener.ThisLock) 602lock (this.ThisLock) 805lock (this.ThisLock)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (16)
92lock (this.ThisLock) 148lock (this.ThisLock) 175lock (this.ThisLock) 193lock (this.ThisLock) 352lock (this.ThisLock) 464lock (this.ThisLock) 495lock (this.ThisLock) 636lock (this.ThisLock) 672lock (this.ThisLock) 721lock (this.ThisLock) 752lock (this.ThisLock) 978lock (this.ThisLock) 1224lock (this.ThisLock) 1500lock (this.ThisLock) 1542lock (this.ThisLock) 1622lock (channel.ThisLock)
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (12)
479lock (this.ThisLock) 508lock (this.ThisLock) 625lock (this.ThisLock) 727lock (this.ThisLock) 755lock (this.ThisLock) 826lock (this.ThisLock) 867lock (this.ThisLock) 938lock (this.ThisLock) 1042lock (this.ThisLock) 1116lock (this.ThisLock) 1152lock (this.ThisLock) 1238lock (this.ThisLock)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
146lock (this.ThisLock) 165lock (this.ThisLock)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (17)
103lock (this.ThisLock) 122lock (this.ThisLock) 139lock (this.ThisLock) 216lock (this.ThisLock) 296lock (this.ThisLock) 308lock (this.ThisLock) 384lock (this.ThisLock) 569lock (this.ThisLock) 578lock (this.ThisLock) 647lock (this.ThisLock) 727lock (this.ThisLock) 835lock (this.ThisLock) 1045lock (this.ThisLock) 1184lock (this.ThisLock) 1258lock (this.ThisLock) 1270lock (this.ThisLock) 1764get { return this.channel.ThisLock; }
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (3)
140lock (this.ThisLock) 162lock (this.ThisLock) 729lock (this.ThisLock)
System\ServiceModel\Channels\SecurityChannelListener.cs (13)
94lock (ThisLock) 215lock (ThisLock) 293lock (ThisLock) 349lock (ThisLock) 418lock (ThisLock) 543lock (this.securityListener.ThisLock) 597lock (this.securityListener.ThisLock) 682lock (ThisLock) 704lock (ThisLock) 718lock (ThisLock) 731lock (ThisLock) 745lock (ThisLock) 850lock (this.securityChannel.ThisLock)
System\ServiceModel\Channels\ServiceChannel.cs (11)
244lock (this.ThisLock) 474lock (this.ThisLock) 957lock (this.ThisLock) 1537lock (this.ThisLock) 1565lock (this.ThisLock) 1581lock (this.ThisLock) 1661lock (this.ThisLock) 1664this.extensions = new ExtensionCollection<IContextChannel>((IContextChannel)this.Proxy, this.ThisLock); 1675lock (this.ThisLock) 1757lock (this.ThisLock) 1764lock (this.ThisLock)
System\ServiceModel\Channels\ServiceChannelFactory.cs (6)
240lock (ThisLock) 249lock (ThisLock) 264lock (ThisLock) 278lock (ThisLock) 305lock (ThisLock) 320lock (ThisLock)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
376lock (ThisLock)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
590lock (ThisLock) 604lock (ThisLock)
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (1)
105lock (ThisLock)
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
83lock (ThisLock)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (14)
91this.channels = new CommunicationObjectManager<IChannel>(this.ThisLock); 92this.pendingChannels = new SynchronizedChannelCollection<IChannel>(this.ThisLock); 350lock (this.ThisLock) 421lock (this.ThisLock) 440lock (this.ThisLock) 503lock (this.ThisLock) 547lock (this.ThisLock) 572lock (this.ThisLock) 590lock (this.ThisLock) 726lock (this.ThisLock) 819this.filterTable = new EndpointDispatcherTable(this.ThisLock); 857lock (this.ThisLock) 968: base(owner.ThisLock) 1010: base(outer.ThisLock)
System\ServiceModel\Dispatcher\ListenerHandler.cs (1)
105get { return base.ThisLock; }
System\ServiceModel\InstanceContext.cs (1)
270get { return base.ThisLock; }
System\ServiceModel\MsmqIntegration\MsmqIntegrationChannelFactory.cs (4)
34lock (ThisLock) 52lock (ThisLock) 68lock (ThisLock) 81lock (ThisLock)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (13)
706lock (ThisLock) 735lock (ThisLock) 754lock (ThisLock) 919lock (ThisLock) 1053lock (ThisLock) 1209lock (ThisLock) 1232lock (ThisLock) 1262lock (ThisLock) 1272lock (ThisLock) 1286lock (ThisLock) 1480lock (ThisLock) 1583lock (ThisLock) 1608lock (ThisLock)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (18)
1229lock (ThisLock) 1264lock (ThisLock) 1293lock (ThisLock) 1336lock (ThisLock) 1415lock (ThisLock) 1823lock (ThisLock) 1870lock (ThisLock) 2413lock (this.channel.ThisLock) 2863lock (ThisLock) 2915lock (ThisLock) 3081lock (ThisLock) 3665lock (ThisLock) 3714lock (ThisLock) 3816lock (ThisLock) 3851lock (ThisLock) 3896lock (ThisLock) 3934lock (ThisLock) 4420lock (this.sessionChannel.ThisLock)
System\ServiceModel\ServiceHost.cs (13)
61this.baseAddresses = new UriSchemeKeyedCollection(this.ThisLock); 62this.channelDispatchers = new ChannelDispatcherCollection(this, this.ThisLock); 63this.extensions = new ExtensionCollection<ServiceHostBase>(this, this.ThisLock); 64this.instances = new InstanceContextManager(this.ThisLock); 151lock (this.ThisLock) 254lock (this.ThisLock) 521lock (this.ThisLock) 820lock (this.ThisLock) 1093lock (this.ThisLock) 1150lock (this.ThisLock) 1161lock (this.ThisLock) 1174lock (this.ThisLock) 1190lock (this.ThisLock)
System.ServiceModel.Activities (9)
System\ServiceModel\Activities\Dispatcher\PersistenceContext.cs (8)
162lock (ThisLock) 293lock (ThisLock) 475lock (ThisLock) 539lock (ThisLock) 575lock (ThisLock) 679lock (ThisLock) 1022lock (this.persistenceContext.ThisLock) 1223lock (thisPtr.persistenceContext.ThisLock)
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
220lock (this.ThisLock)
System.ServiceModel.Channels (5)
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
108lock (this.ThisLock)
System\ServiceModel\Channels\UdpChannelListener.cs (4)
305lock (ThisLock) 396lock (this.ThisLock) 464lock (this.ThisLock) 719lock (ThisLock)