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