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