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