8 references to Value
System.Private.CoreLib (8)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
810fieldHandle = ((RuntimeFieldHandle)handle).Value; 830fieldHandle = gfi.m_fieldHandle.Value;
src\System\RuntimeHandles.cs (6)
1476return HashCode.Combine(Value); 1486return handle.Value == Value; 1491return handle.Value == Value; 1511public static IntPtr ToIntPtr(RuntimeFieldHandle value) => value.Value;