Binder\Binder_Operators.cs (10)
131BoundCompoundAssignmentOperator? inPlaceResult = tryApplyUserDefinedInstanceOperator(node, kind, checkOverflowAtRuntime, checkedInstanceOperatorName, ordinaryInstanceOperatorName,
159BoundCompoundAssignmentOperator? instanceExtensionResult = tryApplyUserDefinedExtensionOperator(
309BoundCompoundAssignmentOperator createBadCompoundAssignmentOperator(
359BoundCompoundAssignmentOperator? tryApplyUserDefinedInstanceOperator(
396BoundCompoundAssignmentOperator? inPlaceResult = tryInstanceOperatorOverloadResolutionAndFreeMethods(node, kind, checkOverflowAtRuntime, isExtension: false, left, right, ref analyzedArguments, methods, diagnostics);
404BoundCompoundAssignmentOperator? tryInstanceOperatorOverloadResolutionAndFreeMethods(
456BoundCompoundAssignmentOperator? inPlaceResult;
549BoundCompoundAssignmentOperator? tryApplyUserDefinedExtensionOperator(
572BoundCompoundAssignmentOperator? inPlaceResult = null;
613BoundCompoundAssignmentOperator? tryApplyUserDefinedInstanceExtensionOperatorInSingleScope(
Generated\BoundNodes.xml.Generated.cs (8)
1800public BoundCompoundAssignmentOperator Update(BinaryOperatorSignature @operator, BoundExpression left, BoundExpression right, BoundValuePlaceholder? leftPlaceholder, BoundExpression? leftConversion, BoundValuePlaceholder? finalPlaceholder, BoundExpression? finalConversion, LookupResultKind resultKind, ImmutableArray<MethodSymbol> originalUserDefinedOperatorsOpt, TypeSymbol type)
1804var result = new BoundCompoundAssignmentOperator(this.Syntax, @operator, left, right, leftPlaceholder, leftConversion, finalPlaceholder, finalConversion, resultKind, originalUserDefinedOperatorsOpt, type, this.HasErrors);
8939return VisitCompoundAssignmentOperator((BoundCompoundAssignmentOperator)node, arg);
9369public virtual R VisitCompoundAssignmentOperator(BoundCompoundAssignmentOperator node, A arg) => this.DefaultVisit(node, arg);
9605public virtual BoundNode? VisitCompoundAssignmentOperator(BoundCompoundAssignmentOperator node) => this.DefaultVisit(node);
9948public override BoundNode? VisitCompoundAssignmentOperator(BoundCompoundAssignmentOperator node)
11087public override BoundNode? VisitCompoundAssignmentOperator(BoundCompoundAssignmentOperator node)
15479public override TreeDumperNode VisitCompoundAssignmentOperator(BoundCompoundAssignmentOperator node, object? arg) => new TreeDumperNode("compoundAssignmentOperator", null, new TreeDumperNode[]