1 implementation of GetMTOfEnclosingClass
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2351
TargetPointer IRuntimeTypeSystem.
GetMTOfEnclosingClass
(TargetPointer fieldDescPointer)
10 references to GetMTOfEnclosingClass
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\CallingConvention\CallingConvention_1.cs (1)
87
ITypeHandle enclosingType = rts.GetTypeHandle(rts.
GetMTOfEnclosingClass
(fieldDesc));
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);
2511
TargetPointer enclosingMT = ((IRuntimeTypeSystem)this).
GetMTOfEnclosingClass
(fieldDescPointer);
Microsoft.Diagnostics.DataContractReader.Legacy (4)
ClrDataValue.cs (1)
942
ITypeHandle enclosingType = rts.GetTypeHandle(rts.
GetMTOfEnclosingClass
(fieldDesc));
Dbi\DacDbiImpl.cs (2)
3297
TargetPointer enclosingMT = rts.
GetMTOfEnclosingClass
(fdPtr);
5514
TargetPointer enclosingMT = rts.
GetMTOfEnclosingClass
(fieldDescPtr);
SOSDacImpl.cs (1)
1112
TargetPointer enclosingMT = rtsContract.
GetMTOfEnclosingClass
(fieldDescTargetPtr);