2 writes to MethodCall
Microsoft.AspNetCore.Http.Extensions (2)
RequestDelegateFactory.cs (2)
345factoryContext.MethodCall = CreateMethodCall(methodInfo, targetExpression, factoryContext.ArgumentExpressions); 361factoryContext.MethodCall = Expression.Block(
3 references to MethodCall
Microsoft.AspNetCore.Http.Extensions (3)
RequestDelegateFactory.cs (3)
379AddResponseWritingToMethodCall(factoryContext.MethodCall, returnType, factoryContext); 1001AddResponseWritingToMethodCall(factoryContext.MethodCall!, returnType, factoryContext) 1019AddResponseWritingToMethodCall(factoryContext.MethodCall!, returnType, factoryContext));