2 writes to PrerenderId
Microsoft.AspNetCore.Components.Endpoints (2)
_generated\36\ServerComponentJsonContext.ComponentEndMarker.g.cs (1)
61Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ComponentEndMarker>(obj).PrerenderId = value!,
src\aspnetcore\src\Shared\Components\ComponentMarker.cs (1)
90=> PrerenderId is null ? default : new() { PrerenderId = PrerenderId };
2 references to PrerenderId
Microsoft.AspNetCore.Components.Endpoints (2)
_generated\36\ServerComponentJsonContext.ComponentEndMarker.g.cs (2)
60Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentEndMarker)obj).PrerenderId, 82writer.WriteString(PropName_PrerenderId, ((global::Microsoft.AspNetCore.Components.ComponentEndMarker)value).PrerenderId);