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