1 type derived from WebAssemblyJSRuntime
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\DefaultWebAssemblyJSRuntime.cs (1)
19
internal sealed partial class DefaultWebAssemblyJSRuntime :
WebAssemblyJSRuntime
, IInternalWebJSInProcessRuntime
10 references to WebAssemblyJSRuntime
Microsoft.AspNetCore.Components.WebAssembly (5)
Services\WebAssemblyConsoleLogger.cs (3)
21
private readonly
WebAssemblyJSRuntime
_jsRuntime;
24
: this(string.Empty, (
WebAssemblyJSRuntime
)jsRuntime) // Cast for DI
28
public WebAssemblyConsoleLogger(string name,
WebAssemblyJSRuntime
jsRuntime)
Services\WebAssemblyConsoleLoggerProvider.cs (2)
16
private readonly
WebAssemblyJSRuntime
_jsRuntime;
21
public WebAssemblyConsoleLoggerProvider(
WebAssemblyJSRuntime
jsRuntime)
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
"/>.