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