1 implementation of IInternalWebJSInProcessRuntime
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\DefaultWebAssemblyJSRuntime.cs (1)
19internal sealed partial class DefaultWebAssemblyJSRuntime : WebAssemblyJSRuntime, IInternalWebJSInProcessRuntime
3 references to IInternalWebJSInProcessRuntime
Microsoft.AspNetCore.Components.Web (1)
WebRenderer.cs (1)
116if (jsRuntime is IInternalWebJSInProcessRuntime inProcessRuntime)
Microsoft.AspNetCore.Components.WebAssembly (2)
Services\DefaultWebAssemblyJSRuntime.cs (2)
169string IInternalWebJSInProcessRuntime.InvokeJS(string identifier, string? argsJson, JSCallResultType resultType, long targetInstanceId) 172string IInternalWebJSInProcessRuntime.InvokeJS(in JSInvocationInfo invocationInfo)