1 write to getEnumeratorMethod
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1139
this.
getEnumeratorMethod
= type.GetMethod("GetEnumerator");
1 reference to getEnumeratorMethod
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1187
return (IEnumerator)this.
getEnumeratorMethod
.Invoke(this.instance, null);