2 references to GetEnumerator
System.Xaml (2)
System\Xaml\Schema\CollectionReflector.cs (2)
262
MethodInfo result = GetMethod(type, KnownStrings.
GetEnumerator
, Type.EmptyTypes);
391
s_getEnumeratorMethod = typeof(IEnumerable).GetMethod(KnownStrings.
GetEnumerator
);