4 references to BoundUnaryOperator
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Operators.cs (1)
2730
return new
BoundUnaryOperator
(
Binder\Binder_Statements.cs (1)
2631
return new
BoundUnaryOperator
(node, signature.Kind, resultOperand, ConstantValue.NotAvailable, signature.Method, signature.ConstrainedToTypeOpt, resultKind, originalUserDefinedOperators, signature.ReturnType)
BoundTree\Constructors.cs (1)
695
this
(syntax, operatorKind, operand, constantValueOpt, methodOpt, constrainedToTypeOpt, resultKind, originalUserDefinedOperatorsOpt: default, type, hasErrors)
Generated\BoundNodes.xml.Generated.cs (1)
1202
var result = new
BoundUnaryOperator
(this.Syntax, operatorKind, operand, constantValueOpt, methodOpt, constrainedToTypeOpt, resultKind, originalUserDefinedOperatorsOpt, type, this.HasErrors);