9 references to Value
mscorlib (9)
system\reflection\ConstructorInfo.cs (1)
278m_handle = handle.Value;
system\reflection\methodinfo.cs (3)
263m_handle = handle.Value; 451if (handle1.Value.Value != handle2.Value.Value)
system\rttype.cs (2)
2044if (rmi.Value.Value == methodHandle.Value)
system\runtimehandles.cs (3)
342else if (_handle.Value != IntPtr.Zero) 346return !(_handle.Value == IntPtr.Zero); 1088return m_value != null ? m_value.Value.Value : IntPtr.Zero;