2 implementations of InvokeConstructorAsync
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\UnsupportedJavaScriptRuntime.cs (1)
23
public ValueTask<IJSObjectReference>
InvokeConstructorAsync
(string identifier, CancellationToken cancellationToken, object?[]? args)
Microsoft.JSInterop (1)
JSRuntime.cs (1)
92
public ValueTask<IJSObjectReference>
InvokeConstructorAsync
(string identifier, CancellationToken cancellationToken, object?[]? args)
2 references to InvokeConstructorAsync
Microsoft.JSInterop (2)
JSRuntimeExtensions.cs (2)
150
return jsRuntime.
InvokeConstructorAsync
(identifier, cancellationToken, args);
168
return jsRuntime.
InvokeConstructorAsync
(identifier, cancellationToken, args);