6 references to GetMethod
illink (1)
Microsoft.AspNetCore.Routing (3)
Matching\ILEmitTrieFactory.cs (3)
661Add = typeof(Unsafe).GetMethod( 675As = typeof(Unsafe).GetMethod( 700GetReference = typeof(MemoryMarshal).GetMethod(
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Type.cs (2)
352public MethodInfo? GetMethod(string name, int genericParameterCount, Type[] types, ParameterModifier[]? modifiers) => GetMethod(name, genericParameterCount, DefaultLookup, null, types, modifiers); 371public MethodInfo? GetMethod(string name, int genericParameterCount, BindingFlags bindingAttr, Type[] types) => GetMethod(name, genericParameterCount, bindingAttr, null, types, null);