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