1 write to Expression
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2117
this.
Expression
= expression;
10 references to Expression
Microsoft.CodeAnalysis.CSharp (10)
CodeGen\EmitExpression.cs (1)
2352
EmitExpression(expression.
Expression
, used: true);
FlowAnalysis\AbstractFlowPass.cs (1)
3536
VisitRvalue(node.
Expression
);
Generated\BoundNodes.xml.Generated.cs (5)
2128
if (expression != this.
Expression
|| !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
9981
this.Visit(node.
Expression
);
11111
BoundExpression expression = (BoundExpression)this.Visit(node.
Expression
);
12936
BoundExpression expression = (BoundExpression)this.Visit(node.
Expression
);
15432
new TreeDumperNode("expression", null, new TreeDumperNode[] { Visit(node.
Expression
, null) }),
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
362
return _bound.StaticCall(WellKnownMember.System_Linq_Expressions_Expression__ArrayLength, Visit(node.
Expression
));
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (1)
592
return arrLength.Update(arrLength.
Expression
, _factory.SpecialType(SpecialType.System_UIntPtr));
Lowering\SpillSequenceSpiller.cs (1)
844
var expression = VisitExpression(ref builder, node.
Expression
);