1 instantiation of SequenceAndKey
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
252
var sequenceAndKey = new
SequenceAndKey
(componentFrame.Sequence, componentFrame.ComponentKey);
2 references to SequenceAndKey
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\EndpointHtmlRenderer.Streaming.cs (2)
252
var
sequenceAndKey = new SequenceAndKey(componentFrame.Sequence, componentFrame.ComponentKey);
256
private void WriteComponentHtml(int componentId, TextWriter output, bool allowBoundaryMarkers,
SequenceAndKey
sequenceAndKey = default)