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