1 implementation of GetFieldDescMemberDef
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2357uint IRuntimeTypeSystem.GetFieldDescMemberDef(TargetPointer fieldDescPointer)
8 references to GetFieldDescMemberDef
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\CallingConvention\CallingConvention_1.cs (1)
91uint memberDef = rts.GetFieldDescMemberDef(fieldDesc);
Contracts\RuntimeTypeSystem_1.cs (3)
2421uint memberDef = ((IRuntimeTypeSystem)this).GetFieldDescMemberDef(fieldDescPointer); 2501return loader.GetDynamicIL(moduleHandle, ((IRuntimeTypeSystem)this).GetFieldDescMemberDef(fieldDescPointer)); 2550uint token = ((IRuntimeTypeSystem)this).GetFieldDescMemberDef(fieldDescPointer);
Microsoft.Diagnostics.DataContractReader.Legacy (4)
ClrDataValue.cs (1)
946uint token = rts.GetFieldDescMemberDef(fieldDesc);
Dbi\DacDbiImpl.cs (2)
3272fd.m_fldMetadataToken = rts.GetFieldDescMemberDef(fdPtr); 5509uint memberDef = rts.GetFieldDescMemberDef(fieldDescPtr);
SOSDacImpl.cs (1)
1109uint token = rtsContract.GetFieldDescMemberDef(fieldDescTargetPtr);