2 writes to GCNotificationEventsEnabled
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Data\Debugger.cs (2)
25GCNotificationEventsEnabled = target.ReadFieldOrDefault<int>(address, type, nameof(GCNotificationEventsEnabled)); 51GCNotificationEventsEnabled = value;
3 references to GCNotificationEventsEnabled
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\Debugger_1.cs (1)
118debugger.SetField(_target, nameof(Data.Debugger.GCNotificationEventsEnabled), fEnable ? 1 : 0);
Data\Debugger.cs (2)
25GCNotificationEventsEnabled = target.ReadFieldOrDefault<int>(address, type, nameof(GCNotificationEventsEnabled)); 50case nameof(GCNotificationEventsEnabled):