2 references to s_defaultOptions
Microsoft.AspNetCore.Components.Endpoints (2)
ResourceCollectionSerializerContext.g.cs (2)
30
public static global::Microsoft.AspNetCore.Components.Endpoints.ResourceCollectionUrlEndpoint.ResourceCollectionSerializerContext Default { get; } = new global::Microsoft.AspNetCore.Components.Endpoints.ResourceCollectionUrlEndpoint.ResourceCollectionSerializerContext(new global::System.Text.Json.JsonSerializerOptions(
s_defaultOptions
));
35
protected override global::System.Text.Json.JsonSerializerOptions? GeneratedSerializerOptions { get; } =
s_defaultOptions
;