2 writes to count
Microsoft.AspNetCore.Components (2)
Routing\StringSegmentAccumulator.cs (2)
37
count
= 1;
43
switch (
count
++)
5 references to count
Microsoft.AspNetCore.Components (5)
Routing\StringSegmentAccumulator.cs (5)
19
ArgumentOutOfRangeException.ThrowIfGreaterThanOrEqual(index,
count
);
20
return
count
== 1 ? _single : _multiple![index];
24
public int Count =>
count
;
30
if (
count
!= 1)
32
if (
count
> 1)