2 references to GetExpressionType
Microsoft.AspNetCore.Http.Extensions (2)
RequestDelegateFactory.cs (2)
1959BindParameterFromValue(parameter, GetValueFromProperty(property, itemProperty, key, GetExpressionType(parameter.ParameterType)), factoryContext, source); 2069var valueExpression = GetValueFromProperty(FormExpr, FormIndexerProperty, key, GetExpressionType(parameter.ParameterType));