8 references to Value
System.Private.CoreLib (8)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
793fieldHandle = ((RuntimeFieldHandle)handle).Value; 813fieldHandle = gfi.m_fieldHandle.Value;
src\System\RuntimeHandles.cs (6)
1453return HashCode.Combine(Value); 1463return handle.Value == Value; 1468return handle.Value == Value; 1488public static IntPtr ToIntPtr(RuntimeFieldHandle value) => value.Value;