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