13 instantiations of ArrayRange
Microsoft.AspNetCore.Components (2)
Microsoft.AspNetCore.Components.Analyzers.Tests (1)
Microsoft.AspNetCore.Components.SdkAnalyzers.Tests (1)
Microsoft.AspNetCore.Components.Server.Tests (8)
Circuits\RenderBatchWriterTest.cs (8)
49new ArrayRange<int>(new[] { 123, int.MaxValue, int.MinValue, 456 }, 3), // Only use first 3 to show that param is respected
74new ArrayRange<RenderTreeDiff>(),
75new ArrayRange<RenderTreeFrame>(),
76new ArrayRange<int>(),
77new ArrayRange<ulong>(new ulong[] { 123, ulong.MaxValue, ulong.MinValue, 456 }, 3), // Only use first 3 to show that param is respected
101new ArrayRange<RenderTreeDiff>(new[]
159new ArrayRange<RenderTreeDiff>(new[]
199new ArrayRange<RenderTreeFrame>(new[] {
Microsoft.AspNetCore.Components.Tests (1)
85 references to ArrayRange
Microsoft.AspNetCore.Components (25)
Microsoft.AspNetCore.Components.Analyzers.Tests (1)
Microsoft.AspNetCore.Components.Authorization.Tests (2)
Microsoft.AspNetCore.Components.Endpoints (3)
Microsoft.AspNetCore.Components.Endpoints.Tests (5)
Microsoft.AspNetCore.Components.Forms.Tests (2)
Microsoft.AspNetCore.Components.SdkAnalyzers.Tests (1)
Microsoft.AspNetCore.Components.Server (4)
Microsoft.AspNetCore.Components.Tests (21)
Microsoft.AspNetCore.Components.Web (11)
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (10)
39var frames = GetCurrentRenderTreeFrames(componentId);
53private int RenderFrames(int componentId, TextWriter output, ArrayRange<RenderTreeFrame> frames, int position, int maxElements)
73ArrayRange<RenderTreeFrame> frames,
104private int RenderElement(int componentId, TextWriter output, ArrayRange<RenderTreeFrame> frames, int position)
182private int RenderScriptElementChildren(int componentId, TextWriter output, ArrayRange<RenderTreeFrame> frames, int position, int maxElements)
201private void RenderHiddenFieldForNamedSubmitEvent(int componentId, TextWriter output, ArrayRange<RenderTreeFrame> frames, int namedEventFramePosition)
258private static bool TryFindEnclosingElementFrame(ArrayRange<RenderTreeFrame> frames, int frameIndex, out int result)
275ArrayRange<RenderTreeFrame> frames,
377private int RenderChildren(int componentId, TextWriter output, ArrayRange<RenderTreeFrame> frames, int position, int maxElements)
387private int RenderChildComponent(TextWriter output, ArrayRange<RenderTreeFrame> frames, int position)
Microsoft.AspNetCore.Components.Web.Tests (6)
Microsoft.AspNetCore.Components.WebView (4)