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)
275
await s_globalDotnetEfLock.WaitAsync(
_cancellationToken
).ConfigureAwait(false);
295
using var logCancellation = CancellationTokenSource.CreateLinkedTokenSource(
_cancellationToken
);
305
var startResult = await resourceCommandService.ExecuteCommandAsync(_toolResource, startCommandName,
_cancellationToken
).ConfigureAwait(false);
323
_cancellationToken
).ConfigureAwait(false);
326
await Task.Delay(100,
_cancellationToken
).ConfigureAwait(false);
331
await logTask.WaitAsync(TimeSpan.FromSeconds(5),
_cancellationToken
).ConfigureAwait(false);
348
_cancellationToken
).ConfigureAwait(false);