1 write to _methodTable
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
6876
_methodTable
= methodTable;
4 references to _methodTable
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
6884
ushort numVtableSlots = _rts.GetNumVtableSlots(
_methodTable
);
6892
mdAddr = _rts.GetMethodDescForSlot(
_methodTable
, i);
6913
methodData.Entrypoint = _rts.GetSlot(
_methodTable
, i).ToClrDataAddress(_target);
6919
foreach (TargetPointer mdAddr in _rts.GetIntroducedMethodDescs(
_methodTable
))