2 writes to SendExceptionsOutsideOfJMC
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Data\Debugger.cs (2)
24SendExceptionsOutsideOfJMC = target.ReadFieldOrDefault<int>(address, type, nameof(SendExceptionsOutsideOfJMC)); 48SendExceptionsOutsideOfJMC = value;
3 references to SendExceptionsOutsideOfJMC
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\Debugger_1.cs (1)
95debugger.SetField(_target, nameof(Data.Debugger.SendExceptionsOutsideOfJMC), sendExceptionsOutsideOfJMC ? 1 : 0);
Data\Debugger.cs (2)
24SendExceptionsOutsideOfJMC = target.ReadFieldOrDefault<int>(address, type, nameof(SendExceptionsOutsideOfJMC)); 47case nameof(SendExceptionsOutsideOfJMC):