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