2 references to s_defaultOptions
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\10\DeviceBoundSessionJsonContext.g.cs (2)
30
public static global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.DeviceBoundSessionJsonContext Default { get; } = new global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.DeviceBoundSessionJsonContext(new global::System.Text.Json.JsonSerializerOptions(
s_defaultOptions
));
35
protected override global::System.Text.Json.JsonSerializerOptions? GeneratedSerializerOptions { get; } =
s_defaultOptions
;