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