4 references to Value
System.Private.CoreLib (4)
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\MethodTable.cs (4)
482return GetField<RelativePointer<MethodTable>>(offset).Value; 559return GetField<RelativePointer<GenericVariance>>(offset).Value; 829return GetField<RelativePointer<DispatchMap>>(offset).Value; 1384return (((RelativePointer<MethodTable>*)((nint)_pFirst - IsRelative)) + index)->Value;