1 instantiation of BrowserConfigurationJsonContext
Microsoft.AspNetCore.Components.Endpoints (1)
BrowserConfigurationJsonContext.g.cs (1)
28
public static global::Microsoft.AspNetCore.Components.BrowserConfigurationJsonContext Default { get; } = new global::Microsoft.AspNetCore.Components.
BrowserConfigurationJsonContext
(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
2 references to BrowserConfigurationJsonContext
Microsoft.AspNetCore.Components.Endpoints (2)
BrowserConfigurationJsonContext.g.cs (1)
28
public static global::Microsoft.AspNetCore.Components.
BrowserConfigurationJsonContext
Default { get; } = new global::Microsoft.AspNetCore.Components.BrowserConfigurationJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
363
var configJson = JsonSerializer.Serialize(config,
BrowserConfigurationJsonContext
.Default.BrowserConfiguration);