2 writes to _updatePending
Microsoft.ML.AutoML.Interactive (2)
ActionThrottler.cs (2)
36if (Interlocked.CompareExchange(ref _updatePending, 1, 0) == 0) // _updatePending is int initialized with 0 46_updatePending = 0;