2 references to MakeInstanceCompoundAssignmentOperatorResult
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs (1)
65return MakeInstanceCompoundAssignmentOperatorResult(node.Syntax, node.Left, node.Right, node.Operator.Method, node.Operator.Kind.IsChecked());
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (1)
439return MakeInstanceCompoundAssignmentOperatorResult(node.Syntax, node.Operand, rightOpt: null, node.MethodOpt, node.OperatorKind.IsChecked());