1 implementation of GetMTOfEnclosingClass
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2351TargetPointer IRuntimeTypeSystem.GetMTOfEnclosingClass(TargetPointer fieldDescPointer)
8 references to GetMTOfEnclosingClass
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\ManagedTypeSource_1.cs (2)
138TargetPointer enclosingMT = rts.GetMTOfEnclosingClass(fieldDescAddr); 173TargetPointer enclosingMT = rts.GetMTOfEnclosingClass(fieldDescAddr);
Contracts\RuntimeTypeSystem_1.cs (3)
2408TargetPointer enclosingMT = ((IRuntimeTypeSystem)this).GetMTOfEnclosingClass(fieldDescPointer); 2438TargetPointer enclosingMT = ((IRuntimeTypeSystem)this).GetMTOfEnclosingClass(fieldDescPointer); 2508TargetPointer enclosingMT = ((IRuntimeTypeSystem)this).GetMTOfEnclosingClass(fieldDescPointer);
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Dbi\DacDbiImpl.cs (2)
3192TargetPointer enclosingMT = rts.GetMTOfEnclosingClass(fdPtr); 5364TargetPointer enclosingMT = rts.GetMTOfEnclosingClass(fieldDescPtr);
SOSDacImpl.cs (1)
1069TargetPointer enclosingMT = rtsContract.GetMTOfEnclosingClass(fieldDescTargetPtr);