1 write to Expression
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4113
this.
Expression
= expression;
23 references to Expression
Microsoft.CodeAnalysis.CSharp (23)
Binder\RefSafetyAnalysis.cs (4)
1260
this.Visit(node.
Expression
);
1270
inlineArray: node.
Expression
is not BoundConversion { Conversion.IsIdentity: true, ExplicitCastInCode: false, Operand: BoundExpression operand } ? node.
Expression
: operand,
1280
collectionEscape = GetValEscape(node.
Expression
);
FlowAnalysis\AbstractFlowPass.cs (1)
2921
VisitRvalue(node.
Expression
);
FlowAnalysis\NullableWalker.cs (7)
12343
if (node.
Expression
.Kind != BoundKind.Conversion)
12347
VisitRvalue(node.
Expression
);
12352
var (expr, conversion) = RemoveConversion(node.
Expression
, includeExplicitConversions: false);
12353
SnapshotWalkerThroughConversionGroup(node.
Expression
, expr);
12357
node.
Expression
,
12605
if (node.
Expression
is not BoundConversion { Operand.IsSuppressed: true } &&
12642
isSuppressed: node.
Expression
is BoundConversion { Operand.IsSuppressed: true },
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
235
Visit(node.
Expression
);
Generated\BoundNodes.xml.Generated.cs (5)
4133
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 || body != this.Body || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(breakLabel, this.BreakLabel) || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(continueLabel, this.ContinueLabel))
10466
this.Visit(node.
Expression
);
11782
BoundExpression expression = (BoundExpression)this.Visit(node.
Expression
);
13930
BoundExpression expression = (BoundExpression)this.Visit(node.
Expression
);
16401
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)
129
(BoundConversion)node.
Expression
,
1226
var boundConversion = (BoundConversion)node.
Expression
;
Operations\CSharpOperationFactory.cs (2)
2044
boundForEachStatement.
Expression
is not BoundConversion { Conversion.IsIdentity: true, ExplicitCastInCode: false, Operand: BoundExpression operand } ?
2045
boundForEachStatement.
Expression
: