1 write to removeMethod
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1127
this.
removeMethod
= type.GetMethod("Remove");
1 reference to removeMethod
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1199
this.
removeMethod
.Invoke(this.instance, new object[] { key });