1 implementation of GetWellKnownMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
595
public TargetPointer
GetWellKnownMethodTable
(WellKnownMethodTable kind)
12 references to GetWellKnownMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\CallingConvention\CallingConvention_1.cs (1)
411
TargetPointer objectMt = rts.
GetWellKnownMethodTable
(WellKnownMethodTable.Object);
Microsoft.Diagnostics.DataContractReader.Legacy (11)
Dbi\DacDbiImpl.cs (3)
2700
TargetPointer canonMtPtr = rts.
GetWellKnownMethodTable
(WellKnownMethodTable.Canon);
2960
TargetPointer canonMtPtr = rts.
GetWellKnownMethodTable
(WellKnownMethodTable.Canon);
3344
TargetPointer exceptionMT = rts.
GetWellKnownMethodTable
(WellKnownMethodTable.Exception);
Dbi\Helpers\HeapWalk.cs (1)
29
_freeObjectMT = _rts.
GetWellKnownMethodTable
(WellKnownMethodTable.Free);
SOSDacImpl.cs (7)
3343
else if (mt == runtimeTypeSystemContract.
GetWellKnownMethodTable
(Contracts.WellKnownMethodTable.String))
3350
else if (mt == runtimeTypeSystemContract.
GetWellKnownMethodTable
(Contracts.WellKnownMethodTable.Object))
4509
data->ArrayMethodTable = rts.
GetWellKnownMethodTable
(Contracts.WellKnownMethodTable.Array).ToClrDataAddress(_target);
4510
data->StringMethodTable = rts.
GetWellKnownMethodTable
(Contracts.WellKnownMethodTable.String).ToClrDataAddress(_target);
4511
data->ObjectMethodTable = rts.
GetWellKnownMethodTable
(Contracts.WellKnownMethodTable.Object).ToClrDataAddress(_target);
4512
data->ExceptionMethodTable = rts.
GetWellKnownMethodTable
(Contracts.WellKnownMethodTable.Exception).ToClrDataAddress(_target);
4513
data->FreeMethodTable = rts.
GetWellKnownMethodTable
(Contracts.WellKnownMethodTable.Free).ToClrDataAddress(_target);