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