4 implementations of InvokeNewAsync
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\UnsupportedJavaScriptRuntime.cs (1)
20public ValueTask<IJSObjectReference> InvokeNewAsync(string identifier, object?[]? args)
Microsoft.AspNetCore.Components.Server.Tests (1)
ProtectedBrowserStorageTest.cs (1)
368public ValueTask<IJSObjectReference> InvokeNewAsync(string identifier, object[] args)
Microsoft.AspNetCore.Components.WebAssembly.Tests (1)
PullFromJSDataStreamTest.cs (1)
136public ValueTask<IJSObjectReference> InvokeNewAsync(string identifier, object[] args)
Microsoft.JSInterop (1)
JSRuntime.cs (1)
88public ValueTask<IJSObjectReference> InvokeNewAsync(string identifier, object?[]? args)
1 reference to InvokeNewAsync
Microsoft.JSInterop (1)
JSRuntimeExtensions.cs (1)
132return jsRuntime.InvokeNewAsync(identifier, args);