1 write to JsonSerializerOptions
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
291
JsonSerializerOptions
= jsonSerializerOptions,
9 references to JsonSerializerOptions
Microsoft.AspNetCore.Http.Extensions (9)
RequestDelegateFactory.cs (9)
1084
Expression.Constant(factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(typeof(object)), typeof(JsonTypeInfo<object>)));
1091
Expression.Constant(factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(typeof(object)), typeof(JsonTypeInfo<object>)));
1098
Expression.Constant(factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(typeof(object)), typeof(JsonTypeInfo<object>)));
1148
Expression.Constant(factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(typeof(object)), typeof(JsonTypeInfo<object>)));
1152
var jsonTypeInfo = factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(typeArg);
1196
Expression.Constant(factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(typeof(object)), typeof(JsonTypeInfo<object>)));
1200
var jsonTypeInfo = factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(typeArg);
1243
var jsonTypeInfo = factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(returnType);
1309
var jsonTypeInfo = factoryContext.
JsonSerializerOptions
.GetReadOnlyTypeInfo(bodyType);