4 references to ComponentKey
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
251
var sequenceAndKey = new SequenceAndKey(componentFrame.Sequence, componentFrame.
ComponentKey
);
Microsoft.AspNetCore.Components.Tests (3)
Rendering\RenderTreeBuilderTest.cs (2)
1734
Assert.Same(keyValue, frame.
ComponentKey
);
1808
Assert.Null(frame.
ComponentKey
);
RenderTreeDiffBuilderTest.cs (1)
380
Assert.Equal("new key", referenceFrames[entry.ReferenceFrameIndex].
ComponentKey
);