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