1 implementation of GetWellKnownMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
646
public TargetPointer
GetWellKnownMethodTable
(WellKnownMethodTable kind)
13 references to GetWellKnownMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\CallingConvention\CallingConvention_1.cs (1)
344
TargetPointer objectMt = rts.
GetWellKnownMethodTable
(WellKnownMethodTable.Object);
Microsoft.Diagnostics.DataContractReader.Legacy (12)
ClrDataValue.cs (1)
1041
&& typeHandle.Address == rts.
GetWellKnownMethodTable
(WellKnownMethodTable.String))
Dbi\DacDbiImpl.cs (3)
3553
TargetPointer canonMtPtr = rts.
GetWellKnownMethodTable
(WellKnownMethodTable.Canon);
3819
TargetPointer canonMtPtr = rts.
GetWellKnownMethodTable
(WellKnownMethodTable.Canon);
4206
TargetPointer exceptionMT = rts.
GetWellKnownMethodTable
(WellKnownMethodTable.Exception);
Dbi\Helpers\HeapWalk.cs (1)
29
_freeObjectMT = _rts.
GetWellKnownMethodTable
(WellKnownMethodTable.Free);
SOSDacImpl.cs (7)
3438
else if (mt == runtimeTypeSystemContract.
GetWellKnownMethodTable
(Contracts.WellKnownMethodTable.String))
3445
else if (mt == runtimeTypeSystemContract.
GetWellKnownMethodTable
(Contracts.WellKnownMethodTable.Object))
4638
data->ArrayMethodTable = rts.
GetWellKnownMethodTable
(Contracts.WellKnownMethodTable.Array).ToClrDataAddress(_target);
4639
data->StringMethodTable = rts.
GetWellKnownMethodTable
(Contracts.WellKnownMethodTable.String).ToClrDataAddress(_target);
4640
data->ObjectMethodTable = rts.
GetWellKnownMethodTable
(Contracts.WellKnownMethodTable.Object).ToClrDataAddress(_target);
4641
data->ExceptionMethodTable = rts.
GetWellKnownMethodTable
(Contracts.WellKnownMethodTable.Exception).ToClrDataAddress(_target);
4642
data->FreeMethodTable = rts.
GetWellKnownMethodTable
(Contracts.WellKnownMethodTable.Free).ToClrDataAddress(_target);