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