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