117 references to Lambda
Microsoft.AspNetCore.Components.Forms (2)
Microsoft.AspNetCore.Components.Web (1)
Microsoft.AspNetCore.Http.Abstractions (1)
Microsoft.AspNetCore.Http.Extensions (17)
RequestDelegateFactory.cs (8)
472var filteredInvocation = Expression.Lambda<EndpointFilterDelegate>(
1258var continuation = Expression.Lambda<Func<object?, HttpContext, object?[], Task>>(
1278return Expression.Lambda<Func<object?, HttpContext, Task>>(
1306var continuation = Expression.Lambda<Func<object?, HttpContext, object?, object?[], Task>>(
1343var continuation = Expression.Lambda<Func<object?, HttpContext, object?, Task>>(
1441var continuation = Expression.Lambda<Func<object?, HttpContext, object?, object?[], Task>>(
1475var continuation = Expression.Lambda<Func<object?, HttpContext, object?, Task>>(
1985var bindAsyncDelegate = Expression.Lambda<Func<HttpContext, ValueTask<object?>>>(bindAsyncMethod.Expression, HttpContextExpr).Compile();
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (9)
224var lambda = Expression.Lambda<VoidMethodExecutor>(methodCall, targetParameter, parametersParameter);
232var lambda = Expression.Lambda<MethodExecutor>(castMethodCall, targetParameter, parametersParameter);
282var getAwaiterFunc = Expression.Lambda<Func<object, object>>(
293var isCompletedFunc = Expression.Lambda<Func<object, bool>>(
308getResultFunc = Expression.Lambda<Func<object, object>>(
321getResultFunc = Expression.Lambda<Func<object, object>>(
335var onCompletedFunc = Expression.Lambda<Action<object, Action>>(
351unsafeOnCompletedFunc = Expression.Lambda<Action<object, Action>>(
382var lambda = Expression.Lambda<MethodExecutorAsync>(returnValueExpression, targetParameter, parametersParameter);
Microsoft.AspNetCore.JsonPatch (1)
Microsoft.AspNetCore.Mvc.Core (15)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (9)
224var lambda = Expression.Lambda<VoidMethodExecutor>(methodCall, targetParameter, parametersParameter);
232var lambda = Expression.Lambda<MethodExecutor>(castMethodCall, targetParameter, parametersParameter);
282var getAwaiterFunc = Expression.Lambda<Func<object, object>>(
293var isCompletedFunc = Expression.Lambda<Func<object, bool>>(
308getResultFunc = Expression.Lambda<Func<object, object>>(
321getResultFunc = Expression.Lambda<Func<object, object>>(
335var onCompletedFunc = Expression.Lambda<Action<object, Action>>(
351unsafeOnCompletedFunc = Expression.Lambda<Action<object, Action>>(
382var lambda = Expression.Lambda<MethodExecutorAsync>(returnValueExpression, targetParameter, parametersParameter);
Microsoft.AspNetCore.Mvc.Razor (1)
Microsoft.AspNetCore.Mvc.RazorPages (5)
Microsoft.AspNetCore.Mvc.ViewFeatures (4)
Microsoft.AspNetCore.OpenApi (9)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (9)
224var lambda = Expression.Lambda<VoidMethodExecutor>(methodCall, targetParameter, parametersParameter);
232var lambda = Expression.Lambda<MethodExecutor>(castMethodCall, targetParameter, parametersParameter);
282var getAwaiterFunc = Expression.Lambda<Func<object, object>>(
293var isCompletedFunc = Expression.Lambda<Func<object, bool>>(
308getResultFunc = Expression.Lambda<Func<object, object>>(
321getResultFunc = Expression.Lambda<Func<object, object>>(
335var onCompletedFunc = Expression.Lambda<Action<object, Action>>(
351unsafeOnCompletedFunc = Expression.Lambda<Action<object, Action>>(
382var lambda = Expression.Lambda<MethodExecutorAsync>(returnValueExpression, targetParameter, parametersParameter);
Microsoft.AspNetCore.Shared.Tests (9)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (9)
224var lambda = Expression.Lambda<VoidMethodExecutor>(methodCall, targetParameter, parametersParameter);
232var lambda = Expression.Lambda<MethodExecutor>(castMethodCall, targetParameter, parametersParameter);
282var getAwaiterFunc = Expression.Lambda<Func<object, object>>(
293var isCompletedFunc = Expression.Lambda<Func<object, bool>>(
308getResultFunc = Expression.Lambda<Func<object, object>>(
321getResultFunc = Expression.Lambda<Func<object, object>>(
335var onCompletedFunc = Expression.Lambda<Action<object, Action>>(
351unsafeOnCompletedFunc = Expression.Lambda<Action<object, Action>>(
382var lambda = Expression.Lambda<MethodExecutorAsync>(returnValueExpression, targetParameter, parametersParameter);
Microsoft.AspNetCore.SignalR.Core (10)
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (9)
224var lambda = Expression.Lambda<VoidMethodExecutor>(methodCall, targetParameter, parametersParameter);
232var lambda = Expression.Lambda<MethodExecutor>(castMethodCall, targetParameter, parametersParameter);
282var getAwaiterFunc = Expression.Lambda<Func<object, object>>(
293var isCompletedFunc = Expression.Lambda<Func<object, bool>>(
308getResultFunc = Expression.Lambda<Func<object, object>>(
321getResultFunc = Expression.Lambda<Func<object, object>>(
335var onCompletedFunc = Expression.Lambda<Action<object, Action>>(
351unsafeOnCompletedFunc = Expression.Lambda<Action<object, Action>>(
382var lambda = Expression.Lambda<MethodExecutorAsync>(returnValueExpression, targetParameter, parametersParameter);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (7)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Microsoft.CSharp (1)
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (2)
Microsoft.Extensions.DependencyInjection (2)
Microsoft.Extensions.DependencyInjection.Abstractions (2)
Microsoft.VisualBasic.Core (1)
PresentationFramework (10)
System.ComponentModel.Composition (2)
System.Composition.Hosting (2)
System.Composition.TypedParts (4)
System.Linq.Expressions (7)
System\Linq\Expressions\LambdaExpression.cs (7)
380return Expression.Lambda<TDelegate>(body, parameters);
426return Expression.Lambda<TDelegate>(body, parameters);
429return Expression.Lambda<TDelegate>(body, ExpressionUtils.ReturnObject<ParameterExpression>(_par0));
488return Expression.Lambda<TDelegate>(body, parameters);
491return Expression.Lambda<TDelegate>(body, ExpressionUtils.ReturnObject<ParameterExpression>(_par0), _par1);
556return Expression.Lambda<TDelegate>(body, parameters);
559return Expression.Lambda<TDelegate>(body, ExpressionUtils.ReturnObject<ParameterExpression>(_par0), _par1, _par2);
System.Private.Xml (1)