8 references to Value
System.Private.CoreLib (8)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
811fieldHandle = ((RuntimeFieldHandle)handle).Value; 831fieldHandle = gfi.m_fieldHandle.Value;
src\System\RuntimeHandles.cs (6)
1495return HashCode.Combine(Value); 1505return handle.Value == Value; 1510return handle.Value == Value; 1530public static IntPtr ToIntPtr(RuntimeFieldHandle value) => value.Value;