1 instantiation of DeviceBoundSessionJsonContext
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
_generated\10\DeviceBoundSessionJsonContext.g.cs (1)
30public static global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.DeviceBoundSessionJsonContext Default { get; } = new global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.DeviceBoundSessionJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
3 references to DeviceBoundSessionJsonContext
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (3)
_generated\10\DeviceBoundSessionJsonContext.g.cs (1)
30public static global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.DeviceBoundSessionJsonContext Default { get; } = new global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.DeviceBoundSessionJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
DeviceBoundSessionHandler.cs (2)
171await JsonSerializer.SerializeAsync(Response.Body, instructions, DeviceBoundSessionJsonContext.Default.SessionInstruction, Context.RequestAborted); 275await JsonSerializer.SerializeAsync(Response.Body, instructions, DeviceBoundSessionJsonContext.Default.SessionInstruction, Context.RequestAborted);