6 references to Capacity
Microsoft.AspNetCore.Components (2)
CascadingValueSource.cs (2)
102
var subscribersCopy = subscribersCount <= ComponentStateBuffer.
Capacity
188
[InlineArray(
Capacity
)]
Microsoft.AspNetCore.Components.Tests (4)
CascadingParameterTest.cs (4)
833
[InlineData(CascadingValueSource<MyParamType>.ComponentStateBuffer.
Capacity
- 1)]
834
[InlineData(CascadingValueSource<MyParamType>.ComponentStateBuffer.
Capacity
)]
835
[InlineData(CascadingValueSource<MyParamType>.ComponentStateBuffer.
Capacity
+ 1)]
836
[InlineData(CascadingValueSource<MyParamType>.ComponentStateBuffer.
Capacity
* 2)]