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