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