2 writes to _markerKey
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\SSRRenderModeBoundary.cs (2)
177_markerKey ??= GenerateMarkerKey(sequence, componentKey); 231return _markerKey ??= GenerateMarkerKey(sequence, componentKey);
3 references to _markerKey
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\SSRRenderModeBoundary.cs (3)
185InteractiveServerRenderMode server => ComponentMarker.Create(ComponentMarker.ServerMarkerType, server.Prerender, _markerKey), 186InteractiveWebAssemblyRenderMode webAssembly => ComponentMarker.Create(ComponentMarker.WebAssemblyMarkerType, webAssembly.Prerender, _markerKey), 187InteractiveAutoRenderMode auto => ComponentMarker.Create(ComponentMarker.AutoMarkerType, auto.Prerender, _markerKey),