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