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