1 write to _rootComponents
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHost.cs (1)
56
_rootComponents
= builder.RootComponents;
2 references to _rootComponents
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\WebAssemblyHost.cs (2)
152
var jsComponentInterop = new JSComponentInterop(
_rootComponents
.JSComponents);
172
WebAssemblyCallQueue.Schedule((
_rootComponents
, _renderer, initializationTcs), async state =>