Base:
method
TryGetMethodFromHandle
Internal.Reflection.Core.Execution.ExecutionEnvironment.TryGetMethodFromHandle(System.RuntimeMethodHandle, out System.RuntimeTypeHandle, out System.Reflection.Runtime.General.QMethodDefinition, out System.RuntimeTypeHandle[])
1 reference to TryGetMethodFromHandle
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (1)
808return TryGetMethodFromHandle(runtimeMethodHandle, out _, out methodHandle, out genericMethodTypeArgumentHandles);