3 references to JSComponentInterop
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitJSComponentInterop.cs (1)
14: base(circuitOptions.RootComponents.JSComponents)
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHost.cs (1)
152var jsComponentInterop = new JSComponentInterop(_rootComponents.JSComponents);
Microsoft.AspNetCore.Components.WebView (1)
PageContext.cs (1)
48var jsComponents = new JSComponentInterop(jsComponentsConfiguration);