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