1 write to addMethod
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1126this.addMethod = type.GetMethod("Add");
1 reference to addMethod
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1163this.addMethod.Invoke(this.instance, new object[] { key, value });