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