3 references to TryRegisterResponseContext
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\InternalReceiveMessage.cs (2)
593if (!channelCorrelationHandle.TryRegisterResponseContext(executionContext, instance.CorrelationResponseContext)) 601if (!ambientHandle.TryRegisterResponseContext(executionContext, instance.CorrelationResponseContext))
System\ServiceModel\Activities\ToReply.cs (1)
156if (!correlatesWith.TryRegisterResponseContext(context, responseContext))