1 write to Operand
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2855
this.
Operand
= operand;
13 references to Operand
Microsoft.CodeAnalysis.CSharp (13)
CodeGen\EmitExpression.cs (1)
3381
var operand = isOp.
Operand
;
CodeGen\EmitStatement.cs (1)
587
var operand = isOp.
Operand
;
FlowAnalysis\AbstractFlowPass.cs (1)
2903
if (VisitPossibleConditionalAccess(node.
Operand
, out var stateWhenNotNull))
FlowAnalysis\NullableWalker.cs (1)
11508
var operand = node.
Operand
;
Generated\BoundNodes.xml.Generated.cs (5)
2870
if (operand != this.
Operand
|| targetType != this.TargetType || conversionKind != this.ConversionKind || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
10024
this.Visit(node.
Operand
);
11218
BoundExpression operand = (BoundExpression)this.Visit(node.
Operand
);
13212
BoundExpression operand = (BoundExpression)this.Visit(node.
Operand
);
15595
new TreeDumperNode("operand", null, new TreeDumperNode[] { Visit(node.
Operand
, null) }),
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
818
var operand = node.
Operand
;
Lowering\LocalRewriter\LocalRewriter_IsOperator.cs (1)
18
BoundExpression rewrittenOperand = VisitExpression(node.
Operand
);
Lowering\SpillSequenceSpiller.cs (1)
1222
var operand = VisitExpression(ref builder, node.
Operand
);
Operations\CSharpOperationFactory.cs (1)
1173
IOperation value = Create(boundIsOperator.
Operand
);