1 write to _factory
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
80
_factory
= factory;
13 references to _factory
dotnet-svcutil-lib (13)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (13)
217
return
_factory
.InternalCloseTimeout;
246
get { return
_factory
; }
267
get { return
_factory
!= null; }
308
return
_factory
.InternalOpenTimeout;
413
if ((duplexChannel != null) && (
_factory
!= null) && (_instanceContext != null))
1249
if (
_factory
!= null)
1250
_factory
.ChannelDisposed(this);
1254
if (
_factory
!= null)
1255
_factory
.Abort();
1285
if (
_factory
!= null)
1287
_factory
.ChannelDisposed(this);
1305
var asyncFactory =
_factory
as IAsyncCommunicationObject;
1312
_factory
.Close(timeoutHelper.RemainingTime());