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