12 instantiations of BoundExpressionWithNullability
Microsoft.CodeAnalysis.CSharp (12)
FlowAnalysis\NullableWalker_Patterns.cs (3)
835? ReInferAndVisitExtensionPropertyAccess(e, e.Property, new BoundExpressionWithNullability(e.Syntax, expression, NullableAnnotation.NotAnnotated, inputType)).Member 972receiver: new BoundExpressionWithNullability(e.Syntax, expression, NullableAnnotation.NotAnnotated, inputType), 998receiverOpt: new BoundExpressionWithNullability(e.Syntax, expression, NullableAnnotation.NotAnnotated, inputType),
FlowAnalysis\NullableWalker.cs (8)
5715[new BoundExpressionWithNullability(leftOperand.Syntax, leftOperand, leftUnderlyingType.ToTypeWithAnnotations(compilation).NullableAnnotation, leftUnderlyingType.Type), 5716new BoundExpressionWithNullability(rightOperand.Syntax, rightOperand, rightUnderlyingType.ToTypeWithAnnotations(compilation).NullableAnnotation, rightUnderlyingType.Type)], 6747new BoundExpressionWithNullability(expr.Syntax, expr, type.NullableAnnotation, type.Type); 8935return new BoundExpressionWithNullability(argument.Syntax, argument, NullableAnnotation.Oblivious, type: null); 8938return new BoundExpressionWithNullability(argument.Syntax, argument, argumentType.NullableAnnotation, argumentType.Type); 11111arguments.Add(new BoundExpressionWithNullability(syntax, new BoundParameter(syntax, parameter), parameterType.NullableAnnotation, parameterType.Type)); 11485placeholderArgs.Add(new BoundExpressionWithNullability(variables[i].Expression.Syntax, variables[i].Expression, NullableAnnotation.Oblivious, conversion.DeconstructionInfo.OutputPlaceholders[i].Type)); 12882[new BoundExpressionWithNullability(operand.Syntax, operand, operandType.ToTypeWithAnnotations(compilation).NullableAnnotation, operandType.Type)],
Generated\BoundNodes.xml.Generated.cs (1)
9004var result = new BoundExpressionWithNullability(this.Syntax, expression, nullableAnnotation, type, this.HasErrors);
13 references to BoundExpressionWithNullability
Microsoft.CodeAnalysis.CSharp (13)
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1089var innerExpression = ((BoundExpressionWithNullability)sourceExpression).Expression;
FlowAnalysis\NullableWalker.cs (2)
8833return ((BoundExpressionWithNullability)expr).NullableAnnotation; 13717public override BoundNode? VisitExpressionWithNullability(BoundExpressionWithNullability node)
Generated\BoundNodes.xml.Generated.cs (10)
9000public BoundExpressionWithNullability Update(BoundExpression expression, NullableAnnotation nullableAnnotation, TypeSymbol? type) 9004var result = new BoundExpressionWithNullability(this.Syntax, expression, nullableAnnotation, type, this.HasErrors); 9549return VisitExpressionWithNullability((BoundExpressionWithNullability)node, arg); 9796public virtual R VisitExpressionWithNullability(BoundExpressionWithNullability node, A arg) => this.DefaultVisit(node, arg); 10037public virtual BoundNode? VisitExpressionWithNullability(BoundExpressionWithNullability node) => this.DefaultVisit(node); 11087public override BoundNode? VisitExpressionWithNullability(BoundExpressionWithNullability node) 12688public override BoundNode? VisitExpressionWithNullability(BoundExpressionWithNullability node) 15427public override BoundNode? VisitExpressionWithNullability(BoundExpressionWithNullability node) 15430BoundExpressionWithNullability updatedNode; 17677public override TreeDumperNode VisitExpressionWithNullability(BoundExpressionWithNullability node, object? arg) => new TreeDumperNode("expressionWithNullability", null, new TreeDumperNode[]