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