5 references to Empty
System.WorkflowServices (5)
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (2)
26
IDictionary<string, string> outgoingContextProperties = SerializableReadOnlyDictionary<string, string>.
Empty
;
299
return SerializableReadOnlyDictionary<string, string>.
Empty
;
System\ServiceModel\Dispatcher\WorkflowRequestContext.cs (1)
49
this.contextProperties = contextProperties ?? SerializableReadOnlyDictionary<string, string>.
Empty
;
System\Workflow\Activities\LogicalChannel.cs (2)
27
IDictionary<string, string> context = SerializableReadOnlyDictionary<string, string>.
Empty
;
72
this.context = SerializableReadOnlyDictionary<string, string>.
Empty
;