2 references to GetComponentMarkerKey
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\EndpointComponentState.cs (1)
55
var marker = boundary.
GetComponentMarkerKey
(sequence, key);
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
SSRRenderModeBoundaryTest.cs (1)
119
var markerKey = boundary.
GetComponentMarkerKey
(1, componentKey);