2 writes to PrerenderId
Microsoft.AspNetCore.Components.Server (2)
CircuitPersistenceManagerSerializerContext.ComponentMarker.g.cs (1)
81Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ComponentMarker>(obj).PrerenderId = value!,
src\Shared\Components\ComponentMarker.cs (1)
70PrerenderId = prerendered ? GeneratePrerenderId() : null,
4 references to PrerenderId
Microsoft.AspNetCore.Components.Server (4)
CircuitPersistenceManagerSerializerContext.ComponentMarker.g.cs (2)
80Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentMarker)obj).PrerenderId, 243writer.WriteString(PropName_PrerenderId, ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).PrerenderId);
src\Shared\Components\ComponentMarker.cs (2)
90=> PrerenderId is null ? default : new() { PrerenderId = PrerenderId };