2 writes to RSRequestedSync
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Data\Debugger.cs (2)
23
RSRequestedSync
= target.ReadFieldOrDefault<int>(address, type, nameof(RSRequestedSync));
45
RSRequestedSync
= value;
3 references to RSRequestedSync
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\Debugger_1.cs (1)
86
debugger.SetField(_target, nameof(Data.Debugger.
RSRequestedSync
), 1);
Data\Debugger.cs (2)
23
RSRequestedSync = target.ReadFieldOrDefault<int>(address, type, nameof(
RSRequestedSync
));
44
case nameof(
RSRequestedSync
):