3 references to PropertyAsParameterInfo
Microsoft.AspNetCore.Http.Extensions (3)
RequestDelegateFactory.cs (1)
1610
var parameterInfo = new
PropertyAsParameterInfo
(properties[i], factoryContext.NullabilityContext);
src\Shared\PropertyAsParameterInfo.cs (2)
41
:
this
(property, nullabilityContext)
126
flattenedParameters.Add(new
PropertyAsParameterInfo
(property, nullabilityContext));