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