3 writes to _single
Microsoft.AspNetCore.Components (3)
Routing\StringSegmentAccumulator.cs (3)
28
_single
= value;
46
_single
= value;
52
_single
= default;
2 references to _single
Microsoft.AspNetCore.Components (2)
Routing\StringSegmentAccumulator.cs (2)
20
return count == 1 ?
_single
: _multiple![index];
50
_multiple.Add(
_single
);