1 instantiation of ResourceSnapshotCapture
aspire (1)
Backchannel\ResourceSnapshotWatcher.cs (1)
314return new(FilterAndOrderResources(resources, includeHidden: true), updateSequence);
7 references to ResourceSnapshotCapture
aspire (2)
Backchannel\ResourceSnapshotWatcher.cs (1)
303public ResourceSnapshotCapture CaptureAllResources()
Commands\DescribeCommand.cs (1)
290var initialCapture = resourceWatcher.CaptureAllResources();
Aspire.Cli.Tests (5)
Backchannel\ResourceSnapshotWatcherTests.cs (5)
284var initialCapture = watcher.CaptureAllResources(); 293var staleCapture = watcher.CaptureAllResources(); 413var initialCapture = watcher.CaptureAllResources(); 460var initialCapture = watcher.CaptureAllResources(); 545var finalCapture = watcher.CaptureAllResources();