1 implementation of Invoke
Microsoft.JSInterop (1)
JSInProcessRuntime.cs (1)
45public TValue Invoke<[DynamicallyAccessedMembers(JsonSerialized)] TValue>(string identifier, params object?[]? args)
3 references to Invoke
Microsoft.JSInterop (1)
JSInProcessRuntimeExtensions.cs (1)
25jsRuntime.Invoke<IJSVoidResult>(identifier, args);
Microsoft.JSInterop.Tests (1)
JSInProcessRuntimeExtensionsTest.cs (1)
18jsRuntime.Setup(s => s.Invoke<IJSVoidResult>(method, args)).Returns(Mock.Of<IJSVoidResult>());
Wasm.Performance.TestApp (1)
BenchmarkEvent.cs (1)
14((IJSInProcessRuntime)jsRuntime)?.Invoke<object>(