1 write to s_getEnumeratorMethod
System.Xaml (1)
System\Xaml\Schema\CollectionReflector.cs (1)
412s_getEnumeratorMethod = typeof(IEnumerable).GetMethod(KnownStrings.GetEnumerator);
2 references to s_getEnumeratorMethod
System.Xaml (2)
System\Xaml\Schema\CollectionReflector.cs (2)
410if (s_getEnumeratorMethod is null) 415return s_getEnumeratorMethod;