1 write to empty
System.WorkflowServices (1)
System\ServiceModel\SerializableReadOnlyDictionary.cs (1)
48empty = new SerializableReadOnlyDictionary<K, V>(new Dictionary<K, V>(0), false);
2 references to empty
System.WorkflowServices (2)
System\ServiceModel\SerializableReadOnlyDictionary.cs (2)
46if (empty == null) 50return empty;