2 writes to dictionary
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\DictionarySurrogate.cs (2)
79
this.
dictionary
= dictionaryType.GetConstructor(Type.EmptyTypes).Invoke(null);
108
this.
dictionary
= null;
6 references to dictionary
System.Workflow.ComponentModel (6)
AuthoringOM\Serializer\DictionarySurrogate.cs (6)
76
if (this.
dictionary
== null)
81
return this.
dictionary
;
85
if (this.
dictionary
!= null)
87
MethodInfo addMethod = this.
dictionary
.GetType().GetMethod("Add");
98
addMethod.Invoke(this.
dictionary
, kvp);
105
addMethod.Invoke(this.
dictionary
, kvp);