Binder\Binder_Operators.cs (10)
138BoundCompoundAssignmentOperator? inPlaceResult = tryApplyUserDefinedInstanceOperator(node, kind, checkOverflowAtRuntime, checkedInstanceOperatorName, ordinaryInstanceOperatorName,
174BoundCompoundAssignmentOperator? instanceExtensionResult = tryApplyUserDefinedExtensionOperator(
325BoundCompoundAssignmentOperator createBadCompoundAssignmentOperator(
376BoundCompoundAssignmentOperator? tryApplyUserDefinedInstanceOperator(
414BoundCompoundAssignmentOperator? inPlaceResult = tryInstanceOperatorOverloadResolutionAndFreeMethods(node, kind, checkOverflowAtRuntime, isExtension: false, left, right, ref analyzedArguments, methods, ref operatorResolutionForReporting, diagnostics);
422BoundCompoundAssignmentOperator? tryInstanceOperatorOverloadResolutionAndFreeMethods(
475BoundCompoundAssignmentOperator? inPlaceResult;
572BoundCompoundAssignmentOperator? tryApplyUserDefinedExtensionOperator(
596BoundCompoundAssignmentOperator? inPlaceResult = null;
654BoundCompoundAssignmentOperator? tryApplyUserDefinedInstanceExtensionOperatorInSingleScope(
Generated\BoundNodes.xml.Generated.cs (8)
1817public BoundCompoundAssignmentOperator Update(BinaryOperatorSignature @operator, BoundExpression left, BoundExpression right, BoundValuePlaceholder? leftPlaceholder, BoundExpression? leftConversion, BoundValuePlaceholder? finalPlaceholder, BoundExpression? finalConversion, LookupResultKind resultKind, ImmutableArray<MethodSymbol> originalUserDefinedOperatorsOpt, TypeSymbol type)
1821var result = new BoundCompoundAssignmentOperator(this.Syntax, @operator, left, right, leftPlaceholder, leftConversion, finalPlaceholder, finalConversion, resultKind, originalUserDefinedOperatorsOpt, type, this.HasErrors);
8982return VisitCompoundAssignmentOperator((BoundCompoundAssignmentOperator)node, arg);
9412public virtual R VisitCompoundAssignmentOperator(BoundCompoundAssignmentOperator node, A arg) => this.DefaultVisit(node, arg);
9648public virtual BoundNode? VisitCompoundAssignmentOperator(BoundCompoundAssignmentOperator node) => this.DefaultVisit(node);
9991public override BoundNode? VisitCompoundAssignmentOperator(BoundCompoundAssignmentOperator node)
11132public override BoundNode? VisitCompoundAssignmentOperator(BoundCompoundAssignmentOperator node)
15531public override TreeDumperNode VisitCompoundAssignmentOperator(BoundCompoundAssignmentOperator node, object? arg) => new TreeDumperNode("compoundAssignmentOperator", null, new TreeDumperNode[]