72 references to Call
Microsoft.AspNetCore.Components.Forms (1)
src\Components\Shared\src\ExpressionFormatting\ExpressionFormatter.cs (1)
53
case ExpressionType.
Call
:
Microsoft.AspNetCore.Components.Web (1)
src\Components\Shared\src\ExpressionFormatting\ExpressionFormatter.cs (1)
53
case ExpressionType.
Call
:
Microsoft.AspNetCore.JsonPatch (1)
JsonPatchDocumentOfT.cs (1)
687
case ExpressionType.
Call
:
Microsoft.AspNetCore.Mvc.ViewFeatures (4)
ExpressionHelper.cs (2)
51
case ExpressionType.
Call
:
147
case ExpressionType.
Call
:
ExpressionMetadataProvider.cs (1)
37
case ExpressionType.
Call
:
LambdaExpressionComparer.cs (1)
70
case ExpressionType.
Call
:
System.ComponentModel.Composition.Registration (1)
System\ComponentModel\Composition\Registration\PartBuilderOfT.cs (1)
118
if (argument.NodeType == ExpressionType.
Call
)
System.Composition.Convention (2)
System\Composition\Convention\PartConventionBuilderOfT.cs (2)
38
if (expr.NodeType == ExpressionType.
Call
)
180
if (argument.NodeType == ExpressionType.
Call
)
System.Linq.Expressions (62)
System\Dynamic\Utils\ExpressionUtils.cs (3)
102
Debug.Assert(nodeKind == ExpressionType.Invoke || nodeKind == ExpressionType.
Call
|| nodeKind == ExpressionType.Dynamic || nodeKind == ExpressionType.New);
146
case ExpressionType.
Call
:
176
case ExpressionType.
Call
:
System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs (1)
50
case ExpressionType.
Call
:
System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs (1)
95
case ExpressionType.
Call
:
System\Linq\Expressions\Compiler\StackSpiller.Generated.cs (1)
84
case ExpressionType.
Call
:
System\Linq\Expressions\ElementInit.cs (1)
98
ValidateArgumentTypes(addMethod, ExpressionType.
Call
, ref argumentsRO, nameof(addMethod));
System\Linq\Expressions\Interpreter\LightCompiler.cs (3)
2231
case ExpressionType.
Call
:
2332
case ExpressionType.
Call
:
3070
case ExpressionType.
Call
: CompileMethodCallExpression(expr); break;
System\Linq\Expressions\MethodCallExpression.cs (52)
30
public sealed override ExpressionType NodeType => ExpressionType.
Call
;
836
/// <returns>A <see cref="MethodCallExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
Call
"/> and the <see cref="MethodCallExpression.Object"/> and <see cref="MethodCallExpression.Method"/> properties set to the specified values.</returns>
848
ValidateArgumentCount(method, ExpressionType.
Call
, 0, pis);
854
/// <returns>A <see cref="MethodCallExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
Call
"/> and the <see cref="MethodCallExpression.Object"/> and <see cref="MethodCallExpression.Method"/> properties set to the specified values.</returns>
866
ValidateArgumentCount(method, ExpressionType.
Call
, 1, pis);
868
arg0 = ValidateOneArgument(method, ExpressionType.
Call
, arg0, pis[0], nameof(method), nameof(arg0));
874
/// <returns>A <see cref="MethodCallExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
Call
"/> and the <see cref="MethodCallExpression.Object"/> and <see cref="MethodCallExpression.Method"/> properties set to the specified values.</returns>
888
ValidateArgumentCount(method, ExpressionType.
Call
, 2, pis);
890
arg0 = ValidateOneArgument(method, ExpressionType.
Call
, arg0, pis[0], nameof(method), nameof(arg0));
891
arg1 = ValidateOneArgument(method, ExpressionType.
Call
, arg1, pis[1], nameof(method), nameof(arg1));
897
/// <returns>A <see cref="MethodCallExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
Call
"/> and the <see cref="MethodCallExpression.Object"/> and <see cref="MethodCallExpression.Method"/> properties set to the specified values.</returns>
913
ValidateArgumentCount(method, ExpressionType.
Call
, 3, pis);
915
arg0 = ValidateOneArgument(method, ExpressionType.
Call
, arg0, pis[0], nameof(method), nameof(arg0));
916
arg1 = ValidateOneArgument(method, ExpressionType.
Call
, arg1, pis[1], nameof(method), nameof(arg1));
917
arg2 = ValidateOneArgument(method, ExpressionType.
Call
, arg2, pis[2], nameof(method), nameof(arg2));
923
/// <returns>A <see cref="MethodCallExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
Call
"/> and the <see cref="MethodCallExpression.Object"/> and <see cref="MethodCallExpression.Method"/> properties set to the specified values.</returns>
941
ValidateArgumentCount(method, ExpressionType.
Call
, 4, pis);
943
arg0 = ValidateOneArgument(method, ExpressionType.
Call
, arg0, pis[0], nameof(method), nameof(arg0));
944
arg1 = ValidateOneArgument(method, ExpressionType.
Call
, arg1, pis[1], nameof(method), nameof(arg1));
945
arg2 = ValidateOneArgument(method, ExpressionType.
Call
, arg2, pis[2], nameof(method), nameof(arg2));
946
arg3 = ValidateOneArgument(method, ExpressionType.
Call
, arg3, pis[3], nameof(method), nameof(arg3));
952
/// <returns>A <see cref="MethodCallExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
Call
"/> and the <see cref="MethodCallExpression.Object"/> and <see cref="MethodCallExpression.Method"/> properties set to the specified values.</returns>
961
/// <returns>A <see cref="MethodCallExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
Call
"/> and the <see cref="MethodCallExpression.Object"/> and <see cref="MethodCallExpression.Method"/> properties set to the specified values.</returns>
973
ValidateArgumentCount(method, ExpressionType.
Call
, 5, pis);
975
arg0 = ValidateOneArgument(method, ExpressionType.
Call
, arg0, pis[0], nameof(method), nameof(arg0));
976
arg1 = ValidateOneArgument(method, ExpressionType.
Call
, arg1, pis[1], nameof(method), nameof(arg1));
977
arg2 = ValidateOneArgument(method, ExpressionType.
Call
, arg2, pis[2], nameof(method), nameof(arg2));
978
arg3 = ValidateOneArgument(method, ExpressionType.
Call
, arg3, pis[3], nameof(method), nameof(arg3));
979
arg4 = ValidateOneArgument(method, ExpressionType.
Call
, arg4, pis[4], nameof(method), nameof(arg4));
989
/// <returns>A <see cref="MethodCallExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
Call
"/> and the <see cref="MethodCallExpression.Object"/> and <see cref="MethodCallExpression.Method"/> properties set to the specified values.</returns>
1000
/// <returns>A <see cref="MethodCallExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
Call
"/> and the <see cref="MethodCallExpression.Object"/> and <see cref="MethodCallExpression.Method"/> properties set to the specified values.</returns>
1011
/// <returns>A <see cref="MethodCallExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
Call
"/> and the <see cref="MethodCallExpression.Object"/> and <see cref="MethodCallExpression.Method"/> properties set to the specified values.</returns>
1018
ValidateArgumentCount(method, ExpressionType.
Call
, 0, pis);
1034
/// <returns>A <see cref="MethodCallExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
Call
"/> and the <see cref="MethodCallExpression.Object"/> and <see cref="MethodCallExpression.Method"/> properties set to the specified values.</returns>
1046
/// <returns>A <see cref="MethodCallExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
Call
"/> and the <see cref="MethodCallExpression.Object"/> and <see cref="MethodCallExpression.Method"/> properties set to the specified values.</returns>
1056
ValidateArgumentCount(method, ExpressionType.
Call
, 1, pis);
1058
arg0 = ValidateOneArgument(method, ExpressionType.
Call
, arg0, pis[0], nameof(method), nameof(arg0));
1075
/// <returns>A <see cref="MethodCallExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
Call
"/> and the <see cref="MethodCallExpression.Object"/> and <see cref="MethodCallExpression.Method"/> properties set to the specified values.</returns>
1084
ValidateArgumentCount(method, ExpressionType.
Call
, 2, pis);
1086
arg0 = ValidateOneArgument(method, ExpressionType.
Call
, arg0, pis[0], nameof(method), nameof(arg0));
1087
arg1 = ValidateOneArgument(method, ExpressionType.
Call
, arg1, pis[1], nameof(method), nameof(arg1));
1105
/// <returns>A <see cref="MethodCallExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
Call
"/> and the <see cref="MethodCallExpression.Object"/> and <see cref="MethodCallExpression.Method"/> properties set to the specified values.</returns>
1115
ValidateArgumentCount(method, ExpressionType.
Call
, 3, pis);
1117
arg0 = ValidateOneArgument(method, ExpressionType.
Call
, arg0, pis[0], nameof(method), nameof(arg0));
1118
arg1 = ValidateOneArgument(method, ExpressionType.
Call
, arg1, pis[1], nameof(method), nameof(arg1));
1119
arg2 = ValidateOneArgument(method, ExpressionType.
Call
, arg2, pis[2], nameof(method), nameof(arg2));
1129
/// <returns>A <see cref="MethodCallExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
Call
"/>, the <see cref="MethodCallExpression.Object"/> property equal to <paramref name="instance"/>, <see cref="MethodCallExpression.Method"/> set to the <see cref="MethodInfo"/> that represents the specified instance method, and <see cref="MethodCallExpression.Arguments"/> set to the specified arguments.</returns>
1153
/// <returns>A <see cref="MethodCallExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
Call
"/>, the <see cref="MethodCallExpression.Method"/> property set to the <see cref="MethodInfo"/> that represents the specified static (Shared in Visual Basic) method, and the <see cref="MethodCallExpression.Arguments"/> property set to the specified arguments.</returns>
1181
/// <returns>A <see cref="MethodCallExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
Call
"/> and the <see cref="MethodCallExpression.Object"/>, <see cref="MethodCallExpression.Method"/>, and <see cref="MethodCallExpression.Arguments"/> properties set to the specified values.</returns>
1227
ValidateArgumentTypes(method, ExpressionType.
Call
, ref argList, nameof(method));
1244
return GetParametersForValidation(method, ExpressionType.
Call
);
1402
/// <returns>A <see cref="MethodCallExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
Call
"/> and the <see cref="MethodCallExpression.Object"/> and <see cref="MethodCallExpression.Arguments"/> properties set to the specified values.</returns>