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