1 write to _cancellationToken
Aspire.Hosting.EntityFrameworkCore (1)
EFCoreOperationExecutor.cs (1)
75_cancellationToken = cancellationToken;
7 references to _cancellationToken
Aspire.Hosting.EntityFrameworkCore (7)
EFCoreOperationExecutor.cs (7)
275await s_globalDotnetEfLock.WaitAsync(_cancellationToken).ConfigureAwait(false); 295using var logCancellation = CancellationTokenSource.CreateLinkedTokenSource(_cancellationToken); 305var startResult = await resourceCommandService.ExecuteCommandAsync(_toolResource, startCommandName, _cancellationToken).ConfigureAwait(false); 323_cancellationToken).ConfigureAwait(false); 326await Task.Delay(100, _cancellationToken).ConfigureAwait(false); 331await logTask.WaitAsync(TimeSpan.FromSeconds(5), _cancellationToken).ConfigureAwait(false); 348_cancellationToken).ConfigureAwait(false);