10 references to Value
System.Private.CoreLib (10)
src\System\Diagnostics\StackFrame.CoreCLR.cs (1)
73
if (method.
Value
== IntPtr.Zero)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
63
m_handle = handle.
Value
;
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
65
m_handle = handle.
Value
;
src\System\RuntimeHandles.cs (3)
490
else if (_handle.
Value
!= IntPtr.Zero)
494
return !(_handle.
Value
== IntPtr.Zero);
971
public IntPtr Value => m_value != null ? m_value.Value.
Value
: IntPtr.Zero;
src\System\RuntimeType.CoreCLR.cs (4)
235
if (candidate is RuntimeMethodInfo candidateRMI && candidateRMI.MethodHandle.Value == method.
Value
)
250
if (candidate is RuntimeConstructorInfo candidateRCI && candidateRCI.MethodHandle.Value == method.
Value
)
1851
if (rmi.Value.
Value
== methodHandle.
Value
)