3 writes to PrerenderId
Microsoft.AspNetCore.Components.WebAssembly (3)
Hosting\WebAssemblyHostBuilder.cs (1)
146registeredComponents[i].PrerenderId = i.ToString(CultureInfo.InvariantCulture);
src\Shared\Components\ComponentMarker.cs (1)
70PrerenderId = prerendered ? GeneratePrerenderId() : null,
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (1)
79Setter = static (obj, value) => global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Components.ComponentMarker>(obj).PrerenderId = value!,
5 references to PrerenderId
Microsoft.AspNetCore.Components.WebAssembly (5)
Hosting\WebAssemblyHostBuilder.cs (1)
165RootComponents.Add(componentType, registeredComponent.PrerenderId!, parameters);
src\Shared\Components\ComponentMarker.cs (2)
90=> PrerenderId is null ? default : new() { PrerenderId = PrerenderId };
WebAssemblyJsonSerializerContext.ComponentMarker.g.cs (2)
78Getter = static obj => ((global::Microsoft.AspNetCore.Components.ComponentMarker)obj).PrerenderId, 245string __value_PrerenderId = ((global::Microsoft.AspNetCore.Components.ComponentMarker)value).PrerenderId;