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