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