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