6 references to GetAllResources
aspire (5)
Commands\DescribeCommand.cs (1)
165var allSnapshots = resourceWatcher.GetAllResources();
Commands\LogsCommand.cs (4)
180var allSnapshots = resourceWatcher.GetAllResources(); 186if (!ResourceSnapshotMapper.WhereMatchesResourceName(resourceWatcher.GetAllResources(), resourceName).Any()) 355var entry = ParseLogLine(logLine, logParser, resourceWatcher.GetAllResources()); 385var allSnapshots = resourceWatcher.GetAllResources().ToList();
Aspire.Cli.Tests (1)
Backchannel\ResourceSnapshotWatcherTests.cs (1)
533Assert.Equal([firstSnapshot], watcher.GetAllResources());