20 references to CommunicationObjectInternal
dotnet-svcutil-lib (20)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (4)
309return CommunicationObjectInternal.OnBeginClose(this, timeout, callback, state); 314CommunicationObjectInternal.OnEnd(result); 335return CommunicationObjectInternal.OnBeginOpen(this, timeout, callback, state); 340CommunicationObjectInternal.OnEnd(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (3)
44return CommunicationObjectInternal.OnBeginOpen(this, timeout, callback, state); 49CommunicationObjectInternal.OnEnd(result); 54CommunicationObjectInternal.OnOpen(this, timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
144CommunicationObjectInternal.ThrowIfDisposed(this);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (6)
757return CommunicationObjectInternal.OnBeginOpen(this, timeout, callback, state); 762CommunicationObjectInternal.OnEnd(result); 767CommunicationObjectInternal.OnOpen(this, timeout); 790return CommunicationObjectInternal.OnBeginClose(this, timeout, callback, state); 795CommunicationObjectInternal.OnEnd(result); 800CommunicationObjectInternal.OnClose(this, timeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (6)
1263return CommunicationObjectInternal.OnBeginClose(this, timeout, callback, state); 1268CommunicationObjectInternal.OnEnd(result); 1273CommunicationObjectInternal.OnClose(this, timeout); 1321return CommunicationObjectInternal.OnBeginOpen(this, timeout, callback, state); 1326CommunicationObjectInternal.OnEnd(result); 1331CommunicationObjectInternal.OnOpen(this, timeout);