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();
190
var currentToken =
_currentCts
.Token;