2 references to GetMethod
illink (1)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
96
/// <item><see cref="System.Type.
GetMethod
(string, int, System.Type[], System.Reflection.ParameterModifier[]?)"/></item>
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
349
public MethodInfo? GetMethod(string name, int genericParameterCount, Type[] types) =>
GetMethod
(name, genericParameterCount, types, null);