1 override of TryGetMethodFromHandleAndType
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (1)
806
public sealed override bool
TryGetMethodFromHandleAndType
(RuntimeMethodHandle runtimeMethodHandle, RuntimeTypeHandle declaringTypeHandle, out QMethodDefinition methodHandle, out RuntimeTypeHandle[] genericMethodTypeArgumentHandles)
1 reference to TryGetMethodFromHandleAndType
System.Private.CoreLib (1)
Internal\Reflection\Augments\ReflectionAugments.cs (1)
136
if (!executionEnvironment.
TryGetMethodFromHandleAndType
(runtimeMethodHandle, declaringTypeHandle, out methodHandle, out genericMethodTypeArgumentHandles))