2 writes to MethodCall
Microsoft.AspNetCore.Http.Extensions (2)
RequestDelegateFactory.cs (2)
346factoryContext.MethodCall = CreateMethodCall(methodInfo, targetExpression, factoryContext.ArgumentExpressions); 362factoryContext.MethodCall = Expression.Block(
3 references to MethodCall
Microsoft.AspNetCore.Http.Extensions (3)
RequestDelegateFactory.cs (3)
380AddResponseWritingToMethodCall(factoryContext.MethodCall, returnType, factoryContext); 1009AddResponseWritingToMethodCall(factoryContext.MethodCall!, returnType, factoryContext) 1027AddResponseWritingToMethodCall(factoryContext.MethodCall!, returnType, factoryContext));