1 instantiation of WebAssemblyHost
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostBuilder.cs (1)
320
return new
WebAssemblyHost
(this, services, scope, _persistedState);
18 references to WebAssemblyHost
Microsoft.AspNetCore.Components.WebAssembly (5)
Hosting\WebAssemblyHost.cs (1)
19
/// to initialize a <see cref="
WebAssemblyHost
"/>.
Hosting\WebAssemblyHostBuilder.cs (4)
25
/// A builder for configuring and creating a <see cref="
WebAssemblyHost
"/>.
306
/// Builds a <see cref="
WebAssemblyHost
"/> instance based on the configuration of this builder.
308
/// <returns>A <see cref="
WebAssemblyHost
"/> object.</returns>
309
public
WebAssemblyHost
Build()
Microsoft.AspNetCore.Components.WebAssembly.Tests (13)
Hosting\WebAssemblyHostBuilderTest.cs (10)
29
var
host = builder.Build();
45
var
host = builder.Build();
62
var
host = builder.Build();
84
var
host = builder.Build();
116
var
host = builder.Build();
141
var
host = builder.Build();
196
var
host = builder.Build();
240
var
host = builder.Build();
282
var
host = builder.Build();
332
var
host = builder.Build();
Hosting\WebAssemblyHostTest.cs (3)
23
var
host = builder.Build();
43
var
host = builder.Build();
66
var
host = builder.Build();