1 write to _instanceContext
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
305
_instanceContext
= instanceContext;
2 references to _instanceContext
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (2)
306
IAsyncResult result =
_instanceContext
._channels.BeginClose(_timeoutHelper.RemainingTime(), PrepareAsyncCompletion(new AsyncCompletion(CloseChannelsCallback)), this);
321
_instanceContext
._channels.EndClose(result);