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