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