3 references to Value
System.Private.CoreLib (3)
src\System\Reflection\RtFieldInfo.cs (1)
40
m_fieldHandle = handle.
Value
;
src\System\RuntimeHandles.cs (1)
1409
public IntPtr Value => m_ptr != null ? m_ptr.Value.
Value
: IntPtr.Zero;
src\System\RuntimeType.CoreCLR.cs (1)
304
if (candidate is RtFieldInfo candidateRtFI && candidateRtFI.GetFieldDesc() == field.
Value
)