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