4 writes to _field2
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\IDacDbiInterface.cs (4)
85
public int vlsOffset { get => _field2; set =>
_field2
= value; }
89
public uint vlrrReg2 { get => (uint)_field2; set =>
_field2
= (int)value; }
93
public uint vlrssBaseReg { get => (uint)_field2; set =>
_field2
= (int)value; }
98
public int vlsrsOffset { get => _field2; set =>
_field2
= value; }
4 references to _field2
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\IDacDbiInterface.cs (4)
85
public int vlsOffset { get =>
_field2
; set => _field2 = value; }
89
public uint vlrrReg2 { get => (uint)
_field2
; set => _field2 = (int)value; }
93
public uint vlrssBaseReg { get => (uint)
_field2
; set => _field2 = (int)value; }
98
public int vlsrsOffset { get =>
_field2
; set => _field2 = value; }