1 write to Expression
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4054
this.
Expression
= expression;
23 references to Expression
Microsoft.CodeAnalysis.CSharp (23)
Binder\RefSafetyAnalysis.cs (4)
1069
this.Visit(node.
Expression
);
1079
inlineArray: node.
Expression
is not BoundConversion { Conversion.IsIdentity: true, ExplicitCastInCode: false, Operand: BoundExpression operand } ? node.
Expression
: operand,
1096
collectionEscape = GetValEscape(node.
Expression
, _localScopeDepth);
FlowAnalysis\AbstractFlowPass.cs (1)
2892
VisitRvalue(node.
Expression
);
FlowAnalysis\NullableWalker.cs (7)
10896
if (node.
Expression
.Kind != BoundKind.Conversion)
10900
VisitRvalue(node.
Expression
);
10905
var (expr, conversion) = RemoveConversion(node.
Expression
, includeExplicitConversions: false);
10906
SnapshotWalkerThroughConversionGroup(node.
Expression
, expr);
10910
node.
Expression
,
11164
if (node.
Expression
is not BoundConversion { Operand.IsSuppressed: true } &&
11201
isSuppressed: node.
Expression
is BoundConversion { Operand.IsSuppressed: true },
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
224
Visit(node.
Expression
);
Generated\BoundNodes.xml.Generated.cs (5)
4076
if (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))
10217
this.Visit(node.
Expression
);
11430
BoundExpression expression = (BoundExpression)this.Visit(node.
Expression
);
13473
BoundExpression expression = (BoundExpression)this.Visit(node.
Expression
);
15915
new TreeDumperNode("expression", null, new TreeDumperNode[] { Visit(node.
Expression
, null) }),
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
536
syntaxForSpan = ((BoundForEachStatement)statement).
Expression
.Syntax;
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (2)
123
(BoundConversion)node.
Expression
,
1227
var boundConversion = (BoundConversion)node.
Expression
;
Operations\CSharpOperationFactory.cs (2)
1978
boundForEachStatement.
Expression
is not BoundConversion { Conversion.IsIdentity: true, ExplicitCastInCode: false, Operand: BoundExpression operand } ?
1979
boundForEachStatement.
Expression
: