3 references to BoundUnaryOperator
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Operators.cs (1)
2796return new BoundUnaryOperator(
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (1)
175new BoundUnaryOperator(syntax, kind, loweredOperand, null, methodOpt: method, constrainedToTypeOpt: constrainedToTypeOpt, LookupResultKind.Viable, type);
Lowering\SyntheticBoundNodeFactory.cs (1)
1623return new BoundUnaryOperator(expression.Syntax, UnaryOperatorKind.BoolLogicalNegation, expression, null, null, constrainedToTypeOpt: null, LookupResultKind.Viable, expression.Type);