4 references to UpdateBufferCapacity
aspire (1)
Backchannel\ResourceSnapshotWatcher.cs (1)
174if (_pendingUpdates.ContainsKey(snapshot.Name) || _pendingUpdates.Count < UpdateBufferCapacity)
Aspire.Cli.Tests (3)
Backchannel\ResourceSnapshotWatcherTests.cs (2)
380var resourceCount = ResourceSnapshotWatcher.UpdateBufferCapacity + 1; 461var resourceCount = ResourceSnapshotWatcher.UpdateBufferCapacity + 1;
Commands\DescribeCommandTests.cs (1)
326var resourceCount = ResourceSnapshotWatcher.UpdateBufferCapacity + 1;