2 writes to SuccessfullyBoundInstance
System.ServiceModel (2)
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
122this.SuccessfullyBoundInstance = false;
System\ServiceModel\InstanceContext.cs (1)
328rpc.SuccessfullyBoundInstance = true;
1 reference to SuccessfullyBoundInstance
System.ServiceModel (1)
System\ServiceModel\InstanceContext.cs (1)
620if (rpc.InstanceContext == this && rpc.SuccessfullyBoundInstance)