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