2 instantiations of ExtensionsExceptionJsonContext
Microsoft.AspNetCore.Diagnostics (2)
DeveloperExceptionPage\DeveloperExceptionPageMiddlewareImpl.cs (1)
81
return new
ExtensionsExceptionJsonContext
(new JsonSerializerOptions(jsonOptions.SerializerOptions));
ExtensionsExceptionJsonContext.g.cs (1)
24
public static global::Microsoft.AspNetCore.Diagnostics.ExtensionsExceptionJsonContext Default { get; } = new global::Microsoft.AspNetCore.Diagnostics.
ExtensionsExceptionJsonContext
(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
3 references to ExtensionsExceptionJsonContext
Microsoft.AspNetCore.Diagnostics (3)
DeveloperExceptionPage\DeveloperExceptionPageMiddlewareImpl.cs (2)
42
private readonly
ExtensionsExceptionJsonContext
_serializationContext;
77
private static
ExtensionsExceptionJsonContext
CreateSerializationContext(JsonOptions? jsonOptions)
ExtensionsExceptionJsonContext.g.cs (1)
24
public static global::Microsoft.AspNetCore.Diagnostics.
ExtensionsExceptionJsonContext
Default { get; } = new global::Microsoft.AspNetCore.Diagnostics.ExtensionsExceptionJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));