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)
2517bool isRVA = ((IRuntimeTypeSystem)this).IsFieldDescRVA(fieldDescPointer);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
3293bool isRVA = rts.IsFieldDescRVA(fdPtr);