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)
139var execAnnotation = _toolResource.Annotations.OfType<ExecutableAnnotation>().FirstOrDefault(); 142_toolResource.Annotations.Remove(execAnnotation); 143_toolResource.Annotations.Add(new ExecutableAnnotation 291_toolResource.Annotations.Add(argsAnnotation); 300var logTask = CaptureLogsAsync(loggerService.WatchAsync(_toolResource), _logger, dataBuilder, logCancellation.Token); 304var startCommandName = GetToolStartCommandName(_toolResource); 305var startResult = await resourceCommandService.ExecuteCommandAsync(_toolResource, startCommandName, _cancellationToken).ConfigureAwait(false); 319_toolResource.Name, 346_toolResource.Name, 367_toolResource.Annotations.Remove(argsAnnotation);