3 references to BoundUnaryOperator
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Operators.cs (1)
4200
return new
BoundUnaryOperator
(
BoundTree\Constructors.cs (1)
681
this
(syntax, operatorKind, operand, constantValueOpt, methodOpt, constrainedToTypeOpt, resultKind, originalUserDefinedOperatorsOpt: default, type, hasErrors)
Generated\BoundNodes.xml.Generated.cs (1)
1196
var result = new
BoundUnaryOperator
(this.Syntax, operatorKind, operand, constantValueOpt, methodOpt, constrainedToTypeOpt, resultKind, originalUserDefinedOperatorsOpt, type, this.HasErrors);