1 write to JsonSerializerOptions
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
290
JsonSerializerOptions
= jsonSerializerOptions,
9 references to JsonSerializerOptions
Microsoft.AspNetCore.Http.Extensions (9)
RequestDelegateFactory.cs (9)
1073
Expression.Constant(factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(typeof(object)), typeof(JsonTypeInfo<object>)));
1080
Expression.Constant(factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(typeof(object)), typeof(JsonTypeInfo<object>)));
1087
Expression.Constant(factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(typeof(object)), typeof(JsonTypeInfo<object>)));
1137
Expression.Constant(factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(typeof(object)), typeof(JsonTypeInfo<object>)));
1141
var jsonTypeInfo = factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(typeArg);
1185
Expression.Constant(factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(typeof(object)), typeof(JsonTypeInfo<object>)));
1189
var jsonTypeInfo = factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(typeArg);
1232
var jsonTypeInfo = factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(returnType);
1298
var jsonTypeInfo = factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(bodyType);