9 references to ToSegment
Microsoft.AspNetCore.Components (1)
Microsoft.AspNetCore.Components.Authorization.Tests (1)
Microsoft.AspNetCore.Components.Forms.Tests (1)
Microsoft.AspNetCore.Components.Server.Tests (1)
Microsoft.AspNetCore.Components.Tests (4)
Rendering\ArrayBuilderSegmentTest.cs (3)
18var segment = builder.ToSegment(1, 3);
38var segment = builder.ToSegment(0, 5);
50Assert.Equal(new[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 }, builder.ToSegment(0, builder.Count));
Microsoft.AspNetCore.Components.Web.Tests (1)