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