2 writes to _resizeInFlight
aspire (2)
Tui\TerminalViewerApp.cs (2)
581
if (Interlocked.CompareExchange(ref
_resizeInFlight
, 1, 0) != 0)
599
Volatile.Write(ref
_resizeInFlight
, 0);