3 writes to Instance
System.ServiceModel (3)
System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
285rpc.Instance = rpc.InstanceContext.GetServiceInstance(rpc.Request);
System\ServiceModel\Dispatcher\MessageRpc.cs (2)
104this.Instance = null; 797this.rpc.Instance = instance;
2 references to Instance
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
479object target = rpc.Instance; 702rpc.ReturnParameter = this.Invoker.InvokeEnd(rpc.Instance, out rpc.OutputParameters, rpc.AsyncResult);