2 implementations of IInternalJSImportMethods
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\InternalJSImportMethods.cs (1)
11internal partial class InternalJSImportMethods : IInternalJSImportMethods
Microsoft.AspNetCore.Components.WebAssembly.Tests (1)
TestInternalJSImportMethods.cs (1)
8internal sealed class TestInternalJSImportMethods : IInternalJSImportMethods
4 references to IInternalJSImportMethods
Microsoft.AspNetCore.Components.WebAssembly (4)
Hosting\WebAssemblyHostBuilder.cs (2)
29private readonly IInternalJSImportMethods _jsMethods; 64internal WebAssemblyHostBuilder(IInternalJSImportMethods jsMethods)
Rendering\WebAssemblyRenderer.cs (2)
28private readonly IInternalJSImportMethods _jsMethods; 35_jsMethods = serviceProvider.GetRequiredService<IInternalJSImportMethods>();