1 implementation of GetMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1593public TargetPointer GetMethodTable(MethodDescHandle methodDescHandle) => _methodDescs[methodDescHandle.Address].MethodTable;
30 references to GetMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\CallingConvention\CallingConvention_1.cs (2)
60ITypeHandle owningTypeHandle = rts.GetTypeHandle(rts.GetMethodTable(methodDesc)); 196TargetPointer methodTablePtr = rts.GetMethodTable(methodDesc);
Contracts\CodeVersions_1.cs (1)
338TargetPointer mtAddr = rts.GetMethodTable(md);
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
599TargetPointer mtPtr = rts.GetMethodTable(mdHandle);
Contracts\Signature\SignatureTypeProvider.cs (1)
61ITypeHandle declaringType = _runtimeTypeSystem.GetTypeHandle(_runtimeTypeSystem.GetMethodTable(methodContext));
Microsoft.Diagnostics.DataContractReader.Legacy (25)
ClrDataFrame.cs (3)
468TargetPointer mtAddr = rts.GetMethodTable(mdh); 509_target.Contracts.RuntimeTypeSystem.GetMethodTable(mdh)); 848TargetPointer mtAddr = rts.GetMethodTable(mdh);
ClrDataMethodDefinition.cs (1)
96TargetPointer mtAddr = rts.GetMethodTable(md);
ClrDataMethodInstance.cs (2)
75TargetPointer methodTable = rts.GetMethodTable(_methodDesc); 118TargetPointer mtAddr = rts.GetMethodTable(_methodDesc);
Dbi\DacDbiImpl.cs (7)
2318TargetPointer mtAddr = rts.GetMethodTable(md); 2484TargetPointer mtPtr = rts.GetMethodTable(mdHandle); 2998TargetPointer methodTable = rts.GetMethodTable(methodDescHandle); 3749ITypeHandle thRepMt = rts.GetTypeHandle(rts.GetMethodTable(pRepMethod)); 3771thSpecificClass = rts.GetTypeHandle(rts.GetMethodTable(pSpecificMethod)); 3807TargetPointer specMethodMtPtr = rts.GetMethodTable(pSpecificMethod); 6209TargetPointer mtPtr = rts.GetMethodTable(mdHandle);
SOSDacImpl.cs (6)
2398TargetPointer methodTableAddr = rtsContract.GetMethodTable(methodDescHandle); 2717TargetPointer modulePtr = rtsContract.GetModule(rtsContract.GetTypeHandle(rtsContract.GetMethodTable(methodDescHandle))); 5447TargetPointer modulePtr = runtimeTypeSystemContract.GetModule(runtimeTypeSystemContract.GetTypeHandle(runtimeTypeSystemContract.GetMethodTable(methodDescHandle))); 5725TargetPointer mt = rts.GetMethodTable(mdh); 7072TargetPointer mtAddr = _rts.GetMethodTable(mdh); 7096TargetPointer mtAddr = _rts.GetMethodTable(mdh);
SOSDacImpl.IXCLRDataProcess.cs (3)
890TargetPointer mtAddr = _rts.GetMethodTable(mainMD); 905ITypeHandle methodTypeHandle = _rts.GetTypeHandle(_rts.GetMethodTable(methodDesc)); 970TargetPointer 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));