2 writes to host
System.ServiceModel (2)
System\ServiceModel\InstanceContext.cs (2)
56
this.
host
= host;
79
this.
host
= host;
13 references to host
System.ServiceModel (13)
System\ServiceModel\InstanceContext.cs (13)
140
if (this.
host
!= null)
142
return this.
host
.CloseTimeout;
155
if (this.
host
!= null)
157
return this.
host
.OpenTimeout;
227
return this.
host
;
517
if (this.
host
!= null)
519
this.
host
.BindInstance(this);
577
if (this.IsSingleton && (this.
host
!= null))
579
this.
host
.FaultInternal();
611
if ((oldUserObject != null) && (this.
host
!= null) && !Object.Equals(oldUserObject, this.
host
.DisposableInstance))
635
if (this.
host
!= null)
637
this.
host
.UnbindInstance(this);