1 implementation of GetMTOfEnclosingClass
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1998TargetPointer IRuntimeTypeSystem.GetMTOfEnclosingClass(TargetPointer fieldDescPointer)
6 references to GetMTOfEnclosingClass
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\ManagedTypeSource_1.cs (2)
130TargetPointer enclosingMT = rts.GetMTOfEnclosingClass(fieldDescAddr); 165TargetPointer enclosingMT = rts.GetMTOfEnclosingClass(fieldDescAddr);
Contracts\RuntimeTypeSystem_1.cs (1)
2104TargetPointer enclosingMT = ((IRuntimeTypeSystem)this).GetMTOfEnclosingClass(fieldDescPointer);
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Dbi\DacDbiImpl.cs (2)
2046TargetPointer enclosingMT = rts.GetMTOfEnclosingClass(fdPtr); 3671TargetPointer enclosingMT = rts.GetMTOfEnclosingClass(fieldDescPtr);
SOSDacImpl.cs (1)
1092TargetPointer enclosingMT = rtsContract.GetMTOfEnclosingClass(fieldDescTargetPtr);