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