1 write to Expression
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
8766
this.
Expression
= expression;
7 references to Expression
Microsoft.CodeAnalysis.CSharp (7)
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1074
var innerExpression = ((BoundExpressionWithNullability)sourceExpression).
Expression
;
FlowAnalysis\NullableWalker.cs (1)
12052
SetResult(node.
Expression
, typeWithAnnotations.ToTypeWithState(), typeWithAnnotations);
Generated\BoundNodes.xml.Generated.cs (5)
8779
if (expression != this.
Expression
|| nullableAnnotation != this.NullableAnnotation || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
10786
this.Visit(node.
Expression
);
12202
BoundExpression expression = (BoundExpression)this.Visit(node.
Expression
);
14923
BoundExpression expression = (BoundExpression)this.Visit(node.
Expression
);
17106
new TreeDumperNode("expression", null, new TreeDumperNode[] { Visit(node.
Expression
, null) }),