1 implementation of IInternalJSImportMethods
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\InternalJSImportMethods.cs (1)
11internal partial class InternalJSImportMethods : IInternalJSImportMethods
5 references to IInternalJSImportMethods
Microsoft.AspNetCore.Components.WebAssembly (5)
Hosting\WebAssemblyHostBuilder.cs (3)
29private readonly IInternalJSImportMethods _jsMethods; 64internal WebAssemblyHostBuilder(IInternalJSImportMethods jsMethods) 303Services.AddSingleton<IInternalJSImportMethods>(_jsMethods);
Rendering\WebAssemblyRenderer.cs (2)
27private readonly IInternalJSImportMethods _jsMethods; 34_jsMethods = serviceProvider.GetRequiredService<IInternalJSImportMethods>();