1 implementation of GetMTOfEnclosingClass
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1985
TargetPointer IRuntimeTypeSystem.
GetMTOfEnclosingClass
(TargetPointer fieldDescPointer)
2 references to GetMTOfEnclosingClass
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2089
TargetPointer enclosingMT = ((IRuntimeTypeSystem)this).
GetMTOfEnclosingClass
(fieldDescPointer);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
1092
TargetPointer enclosingMT = rtsContract.
GetMTOfEnclosingClass
(fieldDescTargetPtr);