1 write to JsonRequestBodyParameter
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
2303
factoryContext.
JsonRequestBodyParameter
= parameter;
9 references to JsonRequestBodyParameter
Microsoft.AspNetCore.Http.Extensions (9)
RequestDelegateFactory.cs (9)
406
if (factoryContext.
JsonRequestBodyParameter
is not null)
684
if (factoryContext.
JsonRequestBodyParameter
is not null &&
1061
if (factoryContext.
JsonRequestBodyParameter
is null)
1264
if (factoryContext.
JsonRequestBodyParameter
is null && !factoryContext.ReadForm)
1305
Debug.Assert(factoryContext.
JsonRequestBodyParameter
is not null, "factoryContext.JsonRequestBodyParameter is null for a JSON body.");
1307
var bodyType = factoryContext.
JsonRequestBodyParameter
.ParameterType;
1309
var parameterTypeName = TypeNameHelper.GetTypeDisplayName(factoryContext.
JsonRequestBodyParameter
.ParameterType, fullName: false);
1310
var parameterName = factoryContext.
JsonRequestBodyParameter
.Name;
2287
if (factoryContext.
JsonRequestBodyParameter
is not null)