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