1 write to _toolResource
Aspire.Hosting.EntityFrameworkCore (1)
EFCoreOperationExecutor.cs (1)
77
_toolResource
= toolResource;
10 references to _toolResource
Aspire.Hosting.EntityFrameworkCore (10)
EFCoreOperationExecutor.cs (10)
139
var execAnnotation =
_toolResource
.Annotations.OfType<ExecutableAnnotation>().FirstOrDefault();
142
_toolResource
.Annotations.Remove(execAnnotation);
143
_toolResource
.Annotations.Add(new ExecutableAnnotation
291
_toolResource
.Annotations.Add(argsAnnotation);
300
var logTask = CaptureLogsAsync(loggerService.WatchAsync(
_toolResource
), _logger, dataBuilder, logCancellation.Token);
304
var startCommandName = GetToolStartCommandName(
_toolResource
);
305
var startResult = await resourceCommandService.ExecuteCommandAsync(
_toolResource
, startCommandName, _cancellationToken).ConfigureAwait(false);
319
_toolResource
.Name,
346
_toolResource
.Name,
367
_toolResource
.Annotations.Remove(argsAnnotation);