2 writes to deserializingDictionary
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\DictionaryMarkupSerializer.cs (2)
124
this.
deserializingDictionary
= true;
133
this.
deserializingDictionary
= false;
1 reference to deserializingDictionary
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\DictionaryMarkupSerializer.cs (1)
142
if (this.
deserializingDictionary
|| (entry.HasValue && entry.Value.Value == extendee))