1 instantiation of ServerComponentJsonContext
Microsoft.AspNetCore.Components.Server (1)
_generated\38\ServerComponentJsonContext.g.cs (1)
24public 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)
24public 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)
26options.TypeInfoResolverChain.Add(ServerComponentJsonContext.Default);