1 write to Expression
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4056this.Expression = expression;
23 references to Expression
Microsoft.CodeAnalysis.CSharp (23)
Binder\RefSafetyAnalysis.cs (4)
1108this.Visit(node.Expression); 1118inlineArray: node.Expression is not BoundConversion { Conversion.IsIdentity: true, ExplicitCastInCode: false, Operand: BoundExpression operand } ? node.Expression : operand, 1135collectionEscape = GetValEscape(node.Expression, _localScopeDepth);
FlowAnalysis\AbstractFlowPass.cs (1)
2898VisitRvalue(node.Expression);
FlowAnalysis\NullableWalker.cs (7)
11273if (node.Expression.Kind != BoundKind.Conversion) 11277VisitRvalue(node.Expression); 11282var (expr, conversion) = RemoveConversion(node.Expression, includeExplicitConversions: false); 11283SnapshotWalkerThroughConversionGroup(node.Expression, expr); 11287node.Expression, 11541if (node.Expression is not BoundConversion { Operand.IsSuppressed: true } && 11578isSuppressed: node.Expression is BoundConversion { Operand.IsSuppressed: true },
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
224Visit(node.Expression);
Generated\BoundNodes.xml.Generated.cs (5)
4078if (enumeratorInfoOpt != this.EnumeratorInfoOpt || elementPlaceholder != this.ElementPlaceholder || elementConversion != this.ElementConversion || iterationVariableType != this.IterationVariableType || iterationVariables != this.IterationVariables || iterationErrorExpressionOpt != this.IterationErrorExpressionOpt || expression != this.Expression || deconstructionOpt != this.DeconstructionOpt || awaitOpt != this.AwaitOpt || body != this.Body || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(breakLabel, this.BreakLabel) || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(continueLabel, this.ContinueLabel)) 10219this.Visit(node.Expression); 11503BoundExpression expression = (BoundExpression)this.Visit(node.Expression); 13622BoundExpression expression = (BoundExpression)this.Visit(node.Expression); 16065new 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)
123(BoundConversion)node.Expression, 1213var boundConversion = (BoundConversion)node.Expression;
Operations\CSharpOperationFactory.cs (2)
1978boundForEachStatement.Expression is not BoundConversion { Conversion.IsIdentity: true, ExplicitCastInCode: false, Operand: BoundExpression operand } ? 1979boundForEachStatement.Expression :