8 references to Value
System.Private.CoreLib (8)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
787fieldHandle = ((RuntimeFieldHandle)handle).Value; 807fieldHandle = gfi.m_fieldHandle.Value;
src\System\RuntimeHandles.cs (6)
1418return HashCode.Combine(Value); 1428return handle.Value == Value; 1433return handle.Value == Value; 1453public static IntPtr ToIntPtr(RuntimeFieldHandle value) => value.Value;