1 implementation of GetMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1310
public TargetPointer
GetMethodTable
(MethodDescHandle methodDescHandle) => _methodDescs[methodDescHandle.Address].MethodTable;
19 references to GetMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\CodeVersions_1.cs (2)
156
TargetPointer mtAddr = rts.
GetMethodTable
(md);
344
TargetPointer mtAddr = rts.
GetMethodTable
(md);
Contracts\ExecutionManager\ExecutionManagerCore.cs (1)
518
TargetPointer mtPtr = rts.
GetMethodTable
(mdHandle);
Contracts\StackWalk\GC\GcScanner.cs (1)
335
TargetPointer methodTablePtr = rts.
GetMethodTable
(mdh);
Microsoft.Diagnostics.DataContractReader.Legacy (15)
ClrDataFrame.cs (2)
414
TargetPointer mtAddr = rts.
GetMethodTable
(mdh);
762
TargetPointer mtAddr = rts.
GetMethodTable
(mdh);
ClrDataMethodDefinition.cs (1)
47
TargetPointer mtAddr = rts.
GetMethodTable
(md);
ClrDataMethodInstance.cs (1)
65
TargetPointer mtAddr = rts.
GetMethodTable
(_methodDesc);
SOSDacImpl.cs (6)
2335
TargetPointer methodTableAddr = rtsContract.
GetMethodTable
(methodDescHandle);
2646
TargetPointer modulePtr = rtsContract.GetModule(rtsContract.GetTypeHandle(rtsContract.
GetMethodTable
(methodDescHandle)));
5318
TargetPointer modulePtr = runtimeTypeSystemContract.GetModule(runtimeTypeSystemContract.GetTypeHandle(runtimeTypeSystemContract.
GetMethodTable
(methodDescHandle)));
5588
TargetPointer mt = rts.
GetMethodTable
(mdh);
6905
TargetPointer mtAddr = _rts.
GetMethodTable
(mdh);
6929
TargetPointer mtAddr = _rts.
GetMethodTable
(mdh);
SOSDacImpl.IXCLRDataProcess.cs (3)
348
TargetPointer mtAddr = _rts.
GetMethodTable
(mainMD);
363
TypeHandle methodTypeHandle = _rts.GetTypeHandle(_rts.
GetMethodTable
(methodDesc));
428
TargetPointer mtAddr = rts.
GetMethodTable
(md);
TypeNameBuilder.cs (2)
87
th = runtimeTypeSystem.GetTypeHandle(runtimeTypeSystem.
GetMethodTable
(method));
167
TypeHandle approxOwner = runtimeTypeSystem.GetTypeHandle(runtimeTypeSystem.
GetMethodTable
(method));