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