4 writes to _inStatus
aspire (4)
Interaction\ConsoleInteractionService.cs (4)
43
if (Interlocked.CompareExchange(ref
_inStatus
, 1, 0) != 0 ||
64
Interlocked.Exchange(ref
_inStatus
, 0);
74
if (Interlocked.CompareExchange(ref
_inStatus
, 1, 0) != 0 ||
95
Interlocked.Exchange(ref
_inStatus
, 0);