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)
1083
Expression.Constant(factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(typeof(object)), typeof(JsonTypeInfo<object>)));
1090
Expression.Constant(factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(typeof(object)), typeof(JsonTypeInfo<object>)));
1097
Expression.Constant(factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(typeof(object)), typeof(JsonTypeInfo<object>)));
1147
Expression.Constant(factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(typeof(object)), typeof(JsonTypeInfo<object>)));
1151
var jsonTypeInfo = factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(typeArg);
1195
Expression.Constant(factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(typeof(object)), typeof(JsonTypeInfo<object>)));
1199
var jsonTypeInfo = factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(typeArg);
1242
var jsonTypeInfo = factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(returnType);
1308
var jsonTypeInfo = factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(bodyType);