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