1 implementation of GetMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1593public TargetPointer GetMethodTable(MethodDescHandle methodDescHandle) => _methodDescs[methodDescHandle.Address].MethodTable;
28 references to GetMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\CallingConvention\CallingConvention_1.cs (3)
150TargetPointer methodTablePtr = rts.GetMethodTable(methodDesc); 294TargetPointer methodTablePtr = rts.GetMethodTable(methodDesc); 336TargetPointer methodTablePtr = rts.GetMethodTable(methodDesc);
Contracts\CodeVersions_1.cs (1)
338TargetPointer mtAddr = rts.GetMethodTable(md);
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
598TargetPointer mtPtr = rts.GetMethodTable(mdHandle);
Microsoft.Diagnostics.DataContractReader.Legacy (23)
ClrDataFrame.cs (2)
431TargetPointer mtAddr = rts.GetMethodTable(mdh); 764TargetPointer mtAddr = rts.GetMethodTable(mdh);
ClrDataMethodDefinition.cs (1)
76TargetPointer mtAddr = rts.GetMethodTable(md);
ClrDataMethodInstance.cs (1)
75TargetPointer mtAddr = rts.GetMethodTable(_methodDesc);
Dbi\DacDbiImpl.cs (7)
2234TargetPointer mtAddr = rts.GetMethodTable(md); 2398TargetPointer mtPtr = rts.GetMethodTable(mdHandle); 2899TargetPointer methodTable = rts.GetMethodTable(methodDescHandle); 3639ITypeHandle thRepMt = rts.GetTypeHandle(rts.GetMethodTable(pRepMethod)); 3661thSpecificClass = rts.GetTypeHandle(rts.GetMethodTable(pSpecificMethod)); 3697TargetPointer specMethodMtPtr = rts.GetMethodTable(pSpecificMethod); 6015TargetPointer mtPtr = rts.GetMethodTable(mdHandle);
SOSDacImpl.cs (6)
2318TargetPointer methodTableAddr = rtsContract.GetMethodTable(methodDescHandle); 2636TargetPointer modulePtr = rtsContract.GetModule(rtsContract.GetTypeHandle(rtsContract.GetMethodTable(methodDescHandle))); 5317TargetPointer modulePtr = runtimeTypeSystemContract.GetModule(runtimeTypeSystemContract.GetTypeHandle(runtimeTypeSystemContract.GetMethodTable(methodDescHandle))); 5591TargetPointer mt = rts.GetMethodTable(mdh); 6910TargetPointer mtAddr = _rts.GetMethodTable(mdh); 6934TargetPointer mtAddr = _rts.GetMethodTable(mdh);
SOSDacImpl.IXCLRDataProcess.cs (3)
813TargetPointer mtAddr = _rts.GetMethodTable(mainMD); 828ITypeHandle methodTypeHandle = _rts.GetTypeHandle(_rts.GetMethodTable(methodDesc)); 893TargetPointer mtAddr = rts.GetMethodTable(md);
TypeNameBuilder.cs (3)
86th = runtimeTypeSystem.GetTypeHandle(runtimeTypeSystem.GetMethodTable(method)); 143runtimeTypeSystem.GetModule(runtimeTypeSystem.GetTypeHandle(runtimeTypeSystem.GetMethodTable(method)))); 164ITypeHandle approxOwner = runtimeTypeSystem.GetTypeHandle(runtimeTypeSystem.GetMethodTable(method));