2 implementations of InvokeConstructorAsync
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\UnsupportedJavaScriptRuntime.cs (1)
20public ValueTask<IJSObjectReference> InvokeConstructorAsync(string identifier, object?[]? args)
Microsoft.JSInterop (1)
JSRuntime.cs (1)
88public ValueTask<IJSObjectReference> InvokeConstructorAsync(string identifier, object?[]? args)
1 reference to InvokeConstructorAsync
Microsoft.JSInterop (1)
JSRuntimeExtensions.cs (1)
132return jsRuntime.InvokeConstructorAsync(identifier, args);