1 write to _markerKey
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\SSRRenderModeBoundary.cs (1)
159_markerKey ??= GenerateMarkerKey(sequence, componentKey);
3 references to _markerKey
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\SSRRenderModeBoundary.cs (3)
167InteractiveServerRenderMode server => ComponentMarker.Create(ComponentMarker.ServerMarkerType, server.Prerender, _markerKey), 168InteractiveWebAssemblyRenderMode webAssembly => ComponentMarker.Create(ComponentMarker.WebAssemblyMarkerType, webAssembly.Prerender, _markerKey), 169InteractiveAutoRenderMode auto => ComponentMarker.Create(ComponentMarker.AutoMarkerType, auto.Prerender, _markerKey),