2 writes to SuccessfullyBoundInstance
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
101this.SuccessfullyBoundInstance = false;
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
175rpc.SuccessfullyBoundInstance = true;
1 reference to SuccessfullyBoundInstance
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
290if (rpc.InstanceContext == this && rpc.SuccessfullyBoundInstance)