1 implementation of GetMTOfEnclosingClass
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2351TargetPointer IRuntimeTypeSystem.GetMTOfEnclosingClass(TargetPointer fieldDescPointer)
10 references to GetMTOfEnclosingClass
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\CallingConvention\CallingConvention_1.cs (1)
87ITypeHandle enclosingType = rts.GetTypeHandle(rts.GetMTOfEnclosingClass(fieldDesc));
Contracts\ManagedTypeSource_1.cs (2)
138TargetPointer enclosingMT = rts.GetMTOfEnclosingClass(fieldDescAddr); 173TargetPointer enclosingMT = rts.GetMTOfEnclosingClass(fieldDescAddr);
Contracts\RuntimeTypeSystem_1.cs (3)
2408TargetPointer enclosingMT = ((IRuntimeTypeSystem)this).GetMTOfEnclosingClass(fieldDescPointer); 2438TargetPointer enclosingMT = ((IRuntimeTypeSystem)this).GetMTOfEnclosingClass(fieldDescPointer); 2511TargetPointer enclosingMT = ((IRuntimeTypeSystem)this).GetMTOfEnclosingClass(fieldDescPointer);
Microsoft.Diagnostics.DataContractReader.Legacy (4)
ClrDataValue.cs (1)
942ITypeHandle enclosingType = rts.GetTypeHandle(rts.GetMTOfEnclosingClass(fieldDesc));
Dbi\DacDbiImpl.cs (2)
3297TargetPointer enclosingMT = rts.GetMTOfEnclosingClass(fdPtr); 5514TargetPointer enclosingMT = rts.GetMTOfEnclosingClass(fieldDescPtr);
SOSDacImpl.cs (1)
1112TargetPointer enclosingMT = rtsContract.GetMTOfEnclosingClass(fieldDescTargetPtr);