1 implementation of GetMTOfEnclosingClass
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2180
TargetPointer IRuntimeTypeSystem.
GetMTOfEnclosingClass
(TargetPointer fieldDescPointer)
7 references to GetMTOfEnclosingClass
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\ManagedTypeSource_1.cs (2)
130
TargetPointer enclosingMT = rts.
GetMTOfEnclosingClass
(fieldDescAddr);
165
TargetPointer enclosingMT = rts.
GetMTOfEnclosingClass
(fieldDescAddr);
Contracts\RuntimeTypeSystem_1.cs (2)
2233
TargetPointer enclosingMT = ((IRuntimeTypeSystem)this).
GetMTOfEnclosingClass
(fieldDescPointer);
2315
TargetPointer enclosingMT = ((IRuntimeTypeSystem)this).
GetMTOfEnclosingClass
(fieldDescPointer);
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Dbi\DacDbiImpl.cs (2)
2447
TargetPointer enclosingMT = rts.
GetMTOfEnclosingClass
(fdPtr);
4601
TargetPointer enclosingMT = rts.
GetMTOfEnclosingClass
(fieldDescPtr);
SOSDacImpl.cs (1)
1071
TargetPointer enclosingMT = rtsContract.
GetMTOfEnclosingClass
(fieldDescTargetPtr);