14 references to Value
System.Private.CoreLib (14)
src\System\Reflection\Emit\DynamicILGenerator.cs (5)
781
methodHandle = ((RuntimeMethodHandle)handle).
Value
;
794
methodHandle = dm.GetMethodDescriptor().
Value
;
800
methodHandle = gmi.m_methodHandle.
Value
;
816
methodHandle = vaMeth.m_method!.MethodHandle.
Value
;
821
methodHandle = vaMeth.m_dynamicMethod.GetMethodDescriptor().
Value
;
src\System\Reflection\MethodBase.CoreCLR.cs (1)
54
private IntPtr GetMethodDesc() { return MethodHandle.
Value
; }
src\System\RuntimeHandles.cs (6)
991
return HashCode.Combine(
Value
);
1001
return handle.
Value
==
Value
;
1021
public static IntPtr ToIntPtr(RuntimeMethodHandle value) => value.
Value
;
1029
return handle.
Value
==
Value
;
src\System\RuntimeType.CoreCLR.cs (2)
235
if (candidate is RuntimeMethodInfo candidateRMI && candidateRMI.MethodHandle.
Value
== method.Value)
250
if (candidate is RuntimeConstructorInfo candidateRCI && candidateRCI.MethodHandle.
Value
== method.Value)