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