1 instantiation of WebAssemblyComponentState
Microsoft.AspNetCore.Components.WebAssembly (1)
Rendering\WebAssemblyRenderer.cs (1)
197
return new
WebAssemblyComponentState
(this, componentId, component, parentComponentState);
1 reference to WebAssemblyComponentState
Microsoft.AspNetCore.Components.WebAssembly (1)
Rendering\WebAssemblyRenderer.cs (1)
200
internal ComponentMarkerKey GetMarkerKey(
WebAssemblyComponentState
webAssemblyComponentState)