1 implementation of GetWellKnownMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
646
public TargetPointer
GetWellKnownMethodTable
(WellKnownMethodTable kind)
12 references to GetWellKnownMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\CallingConvention\CallingConvention_1.cs (1)
408
TargetPointer objectMt = rts.
GetWellKnownMethodTable
(WellKnownMethodTable.Object);
Microsoft.Diagnostics.DataContractReader.Legacy (11)
Dbi\DacDbiImpl.cs (3)
3445
TargetPointer canonMtPtr = rts.
GetWellKnownMethodTable
(WellKnownMethodTable.Canon);
3709
TargetPointer canonMtPtr = rts.
GetWellKnownMethodTable
(WellKnownMethodTable.Canon);
4088
TargetPointer exceptionMT = rts.
GetWellKnownMethodTable
(WellKnownMethodTable.Exception);
Dbi\Helpers\HeapWalk.cs (1)
29
_freeObjectMT = _rts.
GetWellKnownMethodTable
(WellKnownMethodTable.Free);
SOSDacImpl.cs (7)
3349
else if (mt == runtimeTypeSystemContract.
GetWellKnownMethodTable
(Contracts.WellKnownMethodTable.String))
3356
else if (mt == runtimeTypeSystemContract.
GetWellKnownMethodTable
(Contracts.WellKnownMethodTable.Object))
4520
data->ArrayMethodTable = rts.
GetWellKnownMethodTable
(Contracts.WellKnownMethodTable.Array).ToClrDataAddress(_target);
4521
data->StringMethodTable = rts.
GetWellKnownMethodTable
(Contracts.WellKnownMethodTable.String).ToClrDataAddress(_target);
4522
data->ObjectMethodTable = rts.
GetWellKnownMethodTable
(Contracts.WellKnownMethodTable.Object).ToClrDataAddress(_target);
4523
data->ExceptionMethodTable = rts.
GetWellKnownMethodTable
(Contracts.WellKnownMethodTable.Exception).ToClrDataAddress(_target);
4524
data->FreeMethodTable = rts.
GetWellKnownMethodTable
(Contracts.WellKnownMethodTable.Free).ToClrDataAddress(_target);