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