1 instantiation of ComponentIdAndDepth
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
137componentIdsInDepthOrder[i] = new(componentId, GetComponentDepth(componentId));
3 references to ComponentIdAndDepth
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\EndpointHtmlRenderer.Streaming.cs (3)
130var bufSizeRequired = count * Marshal.SizeOf<ComponentIdAndDepth>(); 132? MemoryMarshal.Cast<byte, ComponentIdAndDepth>(stackalloc byte[bufSizeRequired]) 133: new ComponentIdAndDepth[count];