3 writes to Instance
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
95rpc.Instance = rpc.InstanceContext.GetServiceInstance(rpc.Request);
System\ServiceModel\Dispatcher\MessageRpc.cs (2)
80Instance = null; 561_rpc.Instance = instance;
2 references to Instance
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
168object target = rpc.Instance; 229rpc.ReturnParameter = Invoker.InvokeEnd(rpc.Instance, out rpc.OutputParameters, rpc.AsyncResult);