1 write to instanceContext
System.ServiceModel (1)
System\ServiceModel\InstanceContext.cs (1)
650this.instanceContext = instanceContext;
3 references to instanceContext
System.ServiceModel (3)
System\ServiceModel\InstanceContext.cs (3)
651IAsyncResult result = this.instanceContext.channels.BeginClose(this.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(new AsyncCompletion(CloseChannelsCallback)), this); 666this.instanceContext.channels.EndClose(result); 667this.instanceContext.Unload();