1 write to _currentCts
Aspire.Hosting (1)
IInteractionService.cs (1)
189_currentCts = CancellationTokenSource.CreateLinkedTokenSource(options.CancellationToken);
2 references to _currentCts
Aspire.Hosting (2)
IInteractionService.cs (2)
165_currentCts?.Cancel(); 190var currentToken = _currentCts.Token;