2 instantiations of ResourceSnapshotWatcher
aspire (2)
Commands\DescribeCommand.cs (1)
150
using var resourceWatcher = new
ResourceSnapshotWatcher
(connection, effectiveIncludeHidden);
Commands\LogsCommand.cs (1)
172
using var resourceWatcher = new
ResourceSnapshotWatcher
(connection, effectiveIncludeHidden);
6 references to ResourceSnapshotWatcher
aspire (6)
Commands\DescribeCommand.cs (2)
150
using
var
resourceWatcher = new ResourceSnapshotWatcher(connection, effectiveIncludeHidden);
224
private async Task<int> ExecuteWatchAsync(IAppHostAuxiliaryBackchannel connection,
ResourceSnapshotWatcher
resourceWatcher, string? dashboardBaseUrl, string? resourceName, OutputFormat format, bool includeDisabledCommands, CancellationToken cancellationToken)
Commands\LogsCommand.cs (4)
172
using
var
resourceWatcher = new ResourceSnapshotWatcher(connection, effectiveIncludeHidden);
231
ResourceSnapshotWatcher
resourceWatcher,
295
ResourceSnapshotWatcher
resourceWatcher,
373
ResourceSnapshotWatcher
resourceWatcher,