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