1 write to Expression
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4094this.Expression = expression;
23 references to Expression
Microsoft.CodeAnalysis.CSharp (23)
Binder\RefSafetyAnalysis.cs (4)
1293this.Visit(node.Expression); 1303inlineArray: node.Expression is not BoundConversion { Conversion.IsIdentity: true, ExplicitCastInCode: false, Operand: BoundExpression operand } ? node.Expression : operand, 1313collectionEscape = GetValEscape(node.Expression);
FlowAnalysis\AbstractFlowPass.cs (1)
2921VisitRvalue(node.Expression);
FlowAnalysis\NullableWalker.cs (7)
12401if (node.Expression.Kind != BoundKind.Conversion) 12405VisitRvalue(node.Expression); 12410var (expr, conversion) = RemoveConversion(node.Expression, includeExplicitConversions: false); 12411SnapshotWalkerThroughConversionGroup(node.Expression, expr); 12415node.Expression, 12663if (node.Expression is not BoundConversion { Operand.IsSuppressed: true } && 12700isSuppressed: node.Expression is BoundConversion { Operand.IsSuppressed: true },
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
236Visit(node.Expression);
Generated\BoundNodes.xml.Generated.cs (5)
4114if (enumeratorInfoOpt != this.EnumeratorInfoOpt || elementPlaceholder != this.ElementPlaceholder || elementConversion != this.ElementConversion || iterationVariableType != this.IterationVariableType || iterationVariables != this.IterationVariables || iterationErrorExpressionOpt != this.IterationErrorExpressionOpt || expression != this.Expression || deconstructionOpt != this.DeconstructionOpt || body != this.Body || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(breakLabel, this.BreakLabel) || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(continueLabel, this.ContinueLabel)) 10463this.Visit(node.Expression); 11784BoundExpression expression = (BoundExpression)this.Visit(node.Expression); 13939BoundExpression expression = (BoundExpression)this.Visit(node.Expression); 16415new TreeDumperNode("expression", null, new TreeDumperNode[] { Visit(node.Expression, null) }),
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
536syntaxForSpan = ((BoundForEachStatement)statement).Expression.Syntax;
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (2)
129(BoundConversion)node.Expression, 1226var boundConversion = (BoundConversion)node.Expression;
Operations\CSharpOperationFactory.cs (2)
2044boundForEachStatement.Expression is not BoundConversion { Conversion.IsIdentity: true, ExplicitCastInCode: false, Operand: BoundExpression operand } ? 2045boundForEachStatement.Expression :