1 instantiation of ComponentMarker
Microsoft.AspNetCore.Components.WebAssembly (1)
src\Shared\Components\ComponentMarker.cs (1)
64
return
new
()
7 references to ComponentMarker
Microsoft.AspNetCore.Components.WebAssembly (7)
Hosting\WebAssemblyHostBuilder.cs (4)
123
var registeredComponents = new
ComponentMarker
[componentsCount];
130
registeredComponents[i] =
ComponentMarker
.Create(
ComponentMarker
.WebAssemblyMarkerType, false, null);
141
foreach (
var
registeredComponent in registeredComponents)
Services\DefaultWebAssemblyJSRuntime.cs (1)
142
static WebRootComponentParameters DeserializeComponentParameters(
ComponentMarker
marker)
src\Components\Shared\src\RootComponentOperation.cs (1)
17
public
ComponentMarker
? Marker { get; set; }
src\Shared\Components\ComponentMarker.cs (1)
62
public static
ComponentMarker
Create(string type, bool prerendered, ComponentMarkerKey? key)