3 references to SharedExpressions
Microsoft.AspNetCore.Http.Extensions (3)
RequestDelegateFactory.cs (2)
90private static readonly ParameterExpression HttpContextExpr = ParameterBindingMethodCache.SharedExpressions.HttpContextExpr; 106private static readonly ParameterExpression TempSourceStringExpr = ParameterBindingMethodCache.SharedExpressions.TempSourceStringExpr;
src\Shared\ParameterBindingMethodCache.cs (1)
15using static Microsoft.AspNetCore.Http.ParameterBindingMethodCache.SharedExpressions;