6 references to GetAllResources
aspire (6)
Commands\DescribeCommand.cs (2)
157var allSnapshots = resourceWatcher.GetAllResources(); 240var currentSnapshots = resourceWatcher.GetAllResources().ToList();
Commands\LogsCommand.cs (4)
177var allSnapshots = resourceWatcher.GetAllResources(); 183if (!ResourceSnapshotMapper.WhereMatchesResourceName(resourceWatcher.GetAllResources(), resourceName).Any()) 352var entry = ParseLogLine(logLine, logParser, resourceWatcher.GetAllResources()); 382var allSnapshots = resourceWatcher.GetAllResources().ToList();