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