2 references to s_defaultOptions
Microsoft.AspNetCore.Http.Results.Tests (2)
ObjectJsonContext.g.cs (2)
26
public static global::Microsoft.AspNetCore.Http.HttpResults.TypedResultsTests.ObjectJsonContext Default { get; } = new global::Microsoft.AspNetCore.Http.HttpResults.TypedResultsTests.ObjectJsonContext(new global::System.Text.Json.JsonSerializerOptions(
s_defaultOptions
));
31
protected override global::System.Text.Json.JsonSerializerOptions? GeneratedSerializerOptions { get; } =
s_defaultOptions
;