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