1 override of TryGetMethodFromHandle
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (1)
798
public sealed override unsafe bool
TryGetMethodFromHandle
(RuntimeMethodHandle runtimeMethodHandle, out RuntimeTypeHandle declaringTypeHandle, out QMethodDefinition methodHandle, out RuntimeTypeHandle[] genericMethodTypeArgumentHandles)
2 references to TryGetMethodFromHandle
System.Private.CoreLib (2)
Internal\Reflection\Augments\ReflectionAugments.cs (2)
119
if (!executionEnvironment.
TryGetMethodFromHandle
(runtimeMethodHandle, out declaringTypeHandle, out methodHandle, out genericMethodTypeArgumentHandles))
140
if (!executionEnvironment.
TryGetMethodFromHandle
(runtimeMethodHandle, out actualDeclaringTypeHandle, out methodHandle, out genericMethodTypeArgumentHandles))