4 instantiations of PropertyAsParameterInfo
Microsoft.AspNetCore.Http.Extensions (4)
RequestDelegateFactory.cs (2)
1585
new
PropertyAsParameterInfo
(parameters[i].PropertyInfo, parameters[i].ParameterInfo, factoryContext.NullabilityContext);
1610
var parameterInfo = new
PropertyAsParameterInfo
(properties[i], factoryContext.NullabilityContext);
src\Shared\PropertyAsParameterInfo.cs (2)
112
new
PropertyAsParameterInfo
(
126
flattenedParameters.Add(new
PropertyAsParameterInfo
(property, nullabilityContext));
4 references to PropertyAsParameterInfo
Microsoft.AspNetCore.Http.Extensions (4)
RequestDelegateFactory.cs (4)
819
if (parameter is
PropertyAsParameterInfo
)
1584
var
parameterInfo =
1610
var
parameterInfo = new PropertyAsParameterInfo(properties[i], factoryContext.NullabilityContext);
2361
if (parameter is
PropertyAsParameterInfo
argument)