4 writes to _field2
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\IDacDbiInterface.cs (4)
99
public int vlsOffset { get => _field2; set =>
_field2
= value; }
103
public uint vlrrReg2 { get => (uint)_field2; set =>
_field2
= (int)value; }
107
public uint vlrssBaseReg { get => (uint)_field2; set =>
_field2
= (int)value; }
112
public int vlsrsOffset { get => _field2; set =>
_field2
= value; }
4 references to _field2
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\IDacDbiInterface.cs (4)
99
public int vlsOffset { get =>
_field2
; set => _field2 = value; }
103
public uint vlrrReg2 { get => (uint)
_field2
; set => _field2 = (int)value; }
107
public uint vlrssBaseReg { get => (uint)
_field2
; set => _field2 = (int)value; }
112
public int vlsrsOffset { get =>
_field2
; set => _field2 = value; }