Binder\Binder_Operators.cs (10)
131BoundCompoundAssignmentOperator? inPlaceResult = tryApplyUserDefinedInstanceOperator(node, kind, checkOverflowAtRuntime, checkedInstanceOperatorName, ordinaryInstanceOperatorName,
166BoundCompoundAssignmentOperator? instanceExtensionResult = tryApplyUserDefinedExtensionOperator(
315BoundCompoundAssignmentOperator createBadCompoundAssignmentOperator(
365BoundCompoundAssignmentOperator? tryApplyUserDefinedInstanceOperator(
402BoundCompoundAssignmentOperator? inPlaceResult = tryInstanceOperatorOverloadResolutionAndFreeMethods(node, kind, checkOverflowAtRuntime, isExtension: false, left, right, ref analyzedArguments, methods, diagnostics);
410BoundCompoundAssignmentOperator? tryInstanceOperatorOverloadResolutionAndFreeMethods(
462BoundCompoundAssignmentOperator? inPlaceResult;
555BoundCompoundAssignmentOperator? tryApplyUserDefinedExtensionOperator(
578BoundCompoundAssignmentOperator? inPlaceResult = null;
619BoundCompoundAssignmentOperator? 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);
8943return VisitCompoundAssignmentOperator((BoundCompoundAssignmentOperator)node, arg);
9373public virtual R VisitCompoundAssignmentOperator(BoundCompoundAssignmentOperator node, A arg) => this.DefaultVisit(node, arg);
9609public virtual BoundNode? VisitCompoundAssignmentOperator(BoundCompoundAssignmentOperator node) => this.DefaultVisit(node);
9952public override BoundNode? VisitCompoundAssignmentOperator(BoundCompoundAssignmentOperator node)
11091public override BoundNode? VisitCompoundAssignmentOperator(BoundCompoundAssignmentOperator node)
15483public override TreeDumperNode VisitCompoundAssignmentOperator(BoundCompoundAssignmentOperator node, object? arg) => new TreeDumperNode("compoundAssignmentOperator", null, new TreeDumperNode[]