4 references to GetMethod
System.Xaml (4)
System\Xaml\Schema\CollectionReflector.cs (4)
165addMethod = GetMethod(type, KnownStrings.Add, TypeOfObjectArray); 230addMethod = GetMethod(type, KnownStrings.Add, TypeOfTwoObjectArray); 240return GetMethod(type, KnownStrings.Add, new Type[] { contentType }); 269MethodInfo result = GetMethod(type, KnownStrings.GetEnumerator, Type.EmptyTypes);