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