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