1 implementation of IsFieldDescRVA
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2369bool IRuntimeTypeSystem.IsFieldDescRVA(TargetPointer fieldDescPointer)
2 references to IsFieldDescRVA
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2547bool isRVA = ((IRuntimeTypeSystem)this).IsFieldDescRVA(fieldDescPointer);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
3188bool isRVA = rts.IsFieldDescRVA(fdPtr);