2 writes to outgoingContextProperties
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (2)
146
this.
outgoingContextProperties
= (contextProperties != null) ? new ContextDictionary(contextProperties) : null;
162
this.
outgoingContextProperties
= (contextProperties != null) ? new ContextDictionary(contextProperties) : null;
3 references to outgoingContextProperties
System.WorkflowServices (3)
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (3)
307
if (
outgoingContextProperties
!= null)
312
new ContextMessageProperty(this.
outgoingContextProperties
).AddOrReplaceInMessageProperties(OperationContext.Current.OutgoingMessageProperties);
316
foreach (KeyValuePair<string, string> contextElement in this.
outgoingContextProperties
)