1 instantiation of DeviceBoundSessionJsonContext
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\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)
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);
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\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));