1 write to instance
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
83this.instance = new InstanceBehavior(dispatch, this);
5 references to instance
System.ServiceModel (5)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (5)
164get { return this.instance; } 996this.instance.EnsureInstanceContext(ref rpc); 1158this.instance.EnsureServiceInstance(ref rpc); 1585this.instance.AfterReply(ref rpc, this.error); 1717IInstanceContextProvider provider = this.instance.InstanceContextProvider;