1 instantiation of ServerComponentJsonContext
Microsoft.AspNetCore.Components.Server (1)
_generated\38\ServerComponentJsonContext.g.cs (1)
24
public static global::Microsoft.AspNetCore.Components.ServerComponentJsonContext Default { get; } = new global::Microsoft.AspNetCore.Components.
ServerComponentJsonContext
(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
2 references to ServerComponentJsonContext
Microsoft.AspNetCore.Components.Server (2)
_generated\38\ServerComponentJsonContext.g.cs (1)
24
public static global::Microsoft.AspNetCore.Components.
ServerComponentJsonContext
Default { get; } = new global::Microsoft.AspNetCore.Components.ServerComponentJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
src\aspnetcore\src\Shared\Components\ServerComponentSerializationSettings.cs (1)
26
options.TypeInfoResolverChain.Add(
ServerComponentJsonContext
.Default);