2 references to suppressContextOnReply
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\DurableMessageDispatchInspector.cs (2)
25
operationContext.OutgoingMessageProperties[
suppressContextOnReply
] = true;
60
if (sessionMode == SessionMode.NotAllowed || reply.Properties.ContainsKey(
suppressContextOnReply
))