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