6 references to GetMethod
illink (1)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
97
/// <item><see cref="System.Type.
GetMethod
(string, int, System.Reflection.BindingFlags, System.Reflection.Binder?, System.Type[], System.Reflection.ParameterModifier[]?)"/></item>
Microsoft.AspNetCore.Routing (3)
Matching\ILEmitTrieFactory.cs (3)
661
Add = typeof(Unsafe).
GetMethod
(
675
As = typeof(Unsafe).
GetMethod
(
700
GetReference = typeof(MemoryMarshal).
GetMethod
(
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Type.cs (2)
352
public MethodInfo? GetMethod(string name, int genericParameterCount, Type[] types, ParameterModifier[]? modifiers) =>
GetMethod
(name, genericParameterCount, DefaultLookup, null, types, modifiers);
371
public MethodInfo? GetMethod(string name, int genericParameterCount, BindingFlags bindingAttr, Type[] types) =>
GetMethod
(name, genericParameterCount, bindingAttr, null, types, null);