66 references to [Object]
Microsoft.AspNetCore.Components.Forms (2)
FieldIdentifier.cs (1)
142
model = GetModelFromIndexer(methodCallExpression.
Object
!);
src\Components\Shared\src\ExpressionFormatting\ExpressionFormatter.cs (1)
61
node = methodCallExpression.
Object
;
Microsoft.AspNetCore.Components.Web (1)
src\Components\Shared\src\ExpressionFormatting\ExpressionFormatter.cs (1)
61
node = methodCallExpression.
Object
;
Microsoft.AspNetCore.JsonPatch (1)
JsonPatchDocumentOfT.cs (1)
689
listOfSegments.AddRange(GetPathSegments(methodCallExpression.
Object
));
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
ExpressionHelper.cs (2)
61
part = methodExpression.
Object
;
153
part = methodExpression.
Object
;
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
ExpressionTrees\Sources\ExprLambdaUtils.vb (1)
343
Visit(node.
[Object]
)
Microsoft.ML.Core (18)
Utilities\FuncInstanceMethodInfo1`2.cs (3)
79
Contracts.CheckParam(methodCallExpression.
Object
is ConstantExpression, nameof(expression), "Unexpected expression form");
80
Contracts.CheckParam(((ConstantExpression)methodCallExpression.
Object
).Type == typeof(MethodInfo), nameof(expression), "Unexpected expression form");
82
var methodInfo = (MethodInfo)((ConstantExpression)methodCallExpression.
Object
).Value;
Utilities\FuncInstanceMethodInfo1`3.cs (3)
80
Contracts.CheckParam(methodCallExpression.
Object
is ConstantExpression, nameof(expression), "Unexpected expression form");
81
Contracts.CheckParam(((ConstantExpression)methodCallExpression.
Object
).Type == typeof(MethodInfo), nameof(expression), "Unexpected expression form");
83
var methodInfo = (MethodInfo)((ConstantExpression)methodCallExpression.
Object
).Value;
Utilities\FuncInstanceMethodInfo1`4.cs (3)
81
Contracts.CheckParam(methodCallExpression.
Object
is ConstantExpression, nameof(expression), "Unexpected expression form");
82
Contracts.CheckParam(((ConstantExpression)methodCallExpression.
Object
).Type == typeof(MethodInfo), nameof(expression), "Unexpected expression form");
84
var methodInfo = (MethodInfo)((ConstantExpression)methodCallExpression.
Object
).Value;
Utilities\FuncInstanceMethodInfo2`4.cs (3)
81
Contracts.CheckParam(methodCallExpression.
Object
is ConstantExpression, nameof(expression), "Unexpected expression form");
82
Contracts.CheckParam(((ConstantExpression)methodCallExpression.
Object
).Type == typeof(MethodInfo), nameof(expression), "Unexpected expression form");
84
var methodInfo = (MethodInfo)((ConstantExpression)methodCallExpression.
Object
).Value;
Utilities\FuncInstanceMethodInfo3`3.cs (3)
80
Contracts.CheckParam(methodCallExpression.
Object
is ConstantExpression, nameof(expression), "Unexpected expression form");
81
Contracts.CheckParam(((ConstantExpression)methodCallExpression.
Object
).Type == typeof(MethodInfo), nameof(expression), "Unexpected expression form");
83
var methodInfo = (MethodInfo)((ConstantExpression)methodCallExpression.
Object
).Value;
Utilities\FuncInstanceMethodInfo3`4.cs (3)
81
Contracts.CheckParam(methodCallExpression.
Object
is ConstantExpression, nameof(expression), "Unexpected expression form");
82
Contracts.CheckParam(((ConstantExpression)methodCallExpression.
Object
).Type == typeof(MethodInfo), nameof(expression), "Unexpected expression form");
84
var methodInfo = (MethodInfo)((ConstantExpression)methodCallExpression.
Object
).Value;
System.Linq.Expressions (39)
System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs (4)
173
node.
Object
!.Type.IsArray &&
174
node.Method == TypeUtils.GetArrayGetMethod(node.
Object
.Type))
176
MethodInfo mi = TypeUtils.GetArrayAddressMethod(node.
Object
.Type);
178
EmitMethodCall(node.
Object
, mi, node);
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (1)
357
EmitMethodCall(node.
Object
, node.Method, node, flags);
System\Linq\Expressions\Compiler\StackSpiller.cs (3)
440
cr.Add(node.
Object
);
446
cr.MarkRefInstance(node.
Object
);
452
if (node.
Object
!= null)
System\Linq\Expressions\DebugViewWriter.cs (2)
768
if (node.
Object
!= null)
770
ParenthesizedVisit(node, node.
Object
);
System\Linq\Expressions\Expression.DebuggerProxy.cs (1)
326
public Expression? Object => _node.
Object
;
System\Linq\Expressions\ExpressionStringBuilder.cs (1)
514
Expression? ob = node.
Object
;
System\Linq\Expressions\ExpressionVisitor.cs (2)
405
Expression o = Visit(node.
Object
)!;
407
if (o == node.
Object
&& a == null)
System\Linq\Expressions\Interpreter\LightCompiler.cs (4)
2136
CompileMethodCallExpression(node.
Object
!, node.Method, node);
2340
call.
Object
!.Type.IsArray &&
2341
call.Method == TypeUtils.GetArrayGetMethod(call.
Object
.Type))
2344
call.
Object
,
System\Linq\Expressions\MethodCallExpression.cs (21)
59
/// <param name="object">The <see cref="
Object
"/> property of the result.</param>
64
if (@object ==
Object
)
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
1182
/// <param name="instance">An <see cref="Expression"/> to set the <see cref="MethodCallExpression.
Object
"/> property equal to (pass null for a static (Shared in Visual Basic) method).</param>
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>
1403
/// <param name="array">An <see cref="Expression"/> to set the <see cref="MethodCallExpression.
Object
"/> property equal to.</param>
System.Linq.Queryable (2)
System\Linq\EnumerableRewriter.cs (2)
30
Expression? obj = Visit(m.
Object
);
34
if (obj != m.
Object
|| args != m.Arguments)