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