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