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