1 type derived from WebAssemblyJSRuntime
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\DefaultWebAssemblyJSRuntime.cs (1)
15
internal sealed partial class DefaultWebAssemblyJSRuntime :
WebAssemblyJSRuntime
, IInternalWebJSInProcessRuntime
5 references to WebAssemblyJSRuntime
Microsoft.JSInterop.WebAssembly (5)
WebAssemblyJSObjectReference.cs (2)
10
private readonly
WebAssemblyJSRuntime
_jsRuntime;
12
public WebAssemblyJSObjectReference(
WebAssemblyJSRuntime
jsRuntime, long id)
WebAssemblyJSObjectReferenceJsonConverter.cs (2)
12
private readonly
WebAssemblyJSRuntime
_jsRuntime;
14
public WebAssemblyJSObjectReferenceJsonConverter(
WebAssemblyJSRuntime
jsRuntime)
WebAssemblyJSRuntime.cs (1)
18
/// Initializes a new instance of <see cref="
WebAssemblyJSRuntime
"/>.