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)
1450return HashCode.Combine(Value); 1460return handle.Value == Value; 1465return handle.Value == Value; 1485public static IntPtr ToIntPtr(RuntimeFieldHandle value) => value.Value;