5 references to BoundIncrementOperator
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Operators.cs (3)
2261
return new
BoundIncrementOperator
(
2283
return new
BoundIncrementOperator
(
2329
return new
BoundIncrementOperator
(
BoundTree\Constructors.cs (1)
724
this
(syntax, operatorKind, operand, methodOpt, constrainedToTypeOpt, operandPlaceholder, operandConversion, resultPlaceholder, resultConversion, resultKind, originalUserDefinedOperatorsOpt: default, type, hasErrors)
Generated\BoundNodes.xml.Generated.cs (1)
1250
var result = new
BoundIncrementOperator
(this.Syntax, operatorKind, operand, methodOpt, constrainedToTypeOpt, operandPlaceholder, operandConversion, resultPlaceholder, resultConversion, resultKind, originalUserDefinedOperatorsOpt, type, this.HasErrors);