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