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