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