4 writes to keylookupDictionary
System.Workflow.ComponentModel (4)
AuthoringOM\Serializer\DictionaryMarkupSerializer.cs (4)
107this.keylookupDictionary = new Hashtable(); 115this.keylookupDictionary = null; 123this.keylookupDictionary = new Hashtable(); 132this.keylookupDictionary = null;
4 references to keylookupDictionary
System.Workflow.ComponentModel (4)
AuthoringOM\Serializer\DictionaryMarkupSerializer.cs (4)
85foreach (DictionaryEntry entry in keylookupDictionary) 99keylookupDictionary.Remove(key); 170if (extendee != null && value != null && !this.keylookupDictionary.Contains(value)) 171this.keylookupDictionary.Add(value, extendee);