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