2 writes to Entrypoint
Microsoft.Diagnostics.DataContractReader.Legacy (2)
SOSDacImpl.cs (2)
7080
methodData.
Entrypoint
= _rts.GetSlot(_methodTable, i).ToClrDataAddress(_target);
7094
methodData.
Entrypoint
= _rts.GetMethodEntryPointIfExists(mdh).ToClrDataAddress(_target);
4 references to Entrypoint
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
7156
Debug.Assert(values[i].
Entrypoint
== valuesLocal[i].
Entrypoint
, $"cDAC: {values[i].
Entrypoint
:x}, DAC: {valuesLocal[i].
Entrypoint
:x}");