1 type derived from WebAssemblyJSRuntime
Microsoft.AspNetCore.Components.WebAssembly (1)
Services\DefaultWebAssemblyJSRuntime.cs (1)
19internal sealed partial class DefaultWebAssemblyJSRuntime : WebAssemblyJSRuntime, IInternalWebJSInProcessRuntime
10 references to WebAssemblyJSRuntime
Microsoft.AspNetCore.Components.WebAssembly (5)
Services\WebAssemblyConsoleLogger.cs (3)
21private readonly WebAssemblyJSRuntime _jsRuntime; 24: this(string.Empty, (WebAssemblyJSRuntime)jsRuntime) // Cast for DI 28public WebAssemblyConsoleLogger(string name, WebAssemblyJSRuntime jsRuntime)
Services\WebAssemblyConsoleLoggerProvider.cs (2)
16private readonly WebAssemblyJSRuntime _jsRuntime; 21public WebAssemblyConsoleLoggerProvider(WebAssemblyJSRuntime jsRuntime)
Microsoft.JSInterop.WebAssembly (5)
WebAssemblyJSObjectReference.cs (2)
10private readonly WebAssemblyJSRuntime _jsRuntime; 12public WebAssemblyJSObjectReference(WebAssemblyJSRuntime jsRuntime, long id)
WebAssemblyJSObjectReferenceJsonConverter.cs (2)
12private readonly WebAssemblyJSRuntime _jsRuntime; 14public WebAssemblyJSObjectReferenceJsonConverter(WebAssemblyJSRuntime jsRuntime)
WebAssemblyJSRuntime.cs (1)
18/// Initializes a new instance of <see cref="WebAssemblyJSRuntime"/>.