4 writes to _inStatus
aspire (4)
Interaction\ConsoleInteractionService.cs (4)
61
if (Interlocked.CompareExchange(ref
_inStatus
, 1, 0) != 0 ||
83
Interlocked.Exchange(ref
_inStatus
, 0);
103
if (Interlocked.CompareExchange(ref
_inStatus
, 1, 0) != 0 ||
125
Interlocked.Exchange(ref
_inStatus
, 0);