1 write to Expression
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
9006this.Expression = expression;
7 references to Expression
Microsoft.CodeAnalysis.CSharp (7)
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1089var innerExpression = ((BoundExpressionWithNullability)sourceExpression).Expression;
FlowAnalysis\NullableWalker.cs (1)
13614SetResult(node.Expression, typeWithAnnotations.ToTypeWithState(), typeWithAnnotations);
Generated\BoundNodes.xml.Generated.cs (5)
9019if (expression != this.Expression || nullableAnnotation != this.NullableAnnotation || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11092this.Visit(node.Expression); 12688BoundExpression expression = (BoundExpression)this.Visit(node.Expression); 15420BoundExpression expression = (BoundExpression)this.Visit(node.Expression); 17668new TreeDumperNode("expression", null, new TreeDumperNode[] { Visit(node.Expression, null) }),