5 references to GetRelativeVirtualAddress
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunMetadataFieldLayoutAlgorithm.cs (1)
391
offset = new LayoutInt(fieldDef.
GetRelativeVirtualAddress
());
ILCompiler.TypeSystem (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaField.cs (2)
321
return field.MetadataReader.GetFieldDefinition(field.Handle).
GetRelativeVirtualAddress
();
330
int addr = field.MetadataReader.GetFieldDefinition(field.Handle).
GetRelativeVirtualAddress
();
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2020
return (uint)fieldDef.Value.
GetRelativeVirtualAddress
();
Microsoft.Diagnostics.DataContractReader.Legacy (1)
MetaDataImportImpl.cs (1)
880
*pulCodeRVA = (uint)fieldDef.
GetRelativeVirtualAddress
();