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