14 references to UnaryOperator
Microsoft.CodeAnalysis.CSharp (13)
Binder\Binder.ValueChecks.cs (4)
3909case BoundKind.UnaryOperator: 4255case BoundKind.UnaryOperator: 4568case BoundKind.UnaryOperator: 5308case BoundKind.UnaryOperator:
BoundTree\BoundExpression.cs (1)
613return this.Condition.Kind == BoundKind.UnaryOperator && ((BoundUnaryOperator)this.Condition).OperatorKind.IsDynamic();
BoundTree\BoundTreeVisitors.cs (1)
37case BoundKind.UnaryOperator:
CodeGen\EmitExpression.cs (1)
197case BoundKind.UnaryOperator:
CodeGen\EmitStatement.cs (1)
575case BoundKind.UnaryOperator:
Compilation\CSharpSemanticModel.cs (1)
3552case BoundKind.UnaryOperator:
Generated\BoundNodes.xml.Generated.cs (2)
1165: base(BoundKind.UnaryOperator, syntax, type, hasErrors || operand.HasErrors()) 8928case BoundKind.UnaryOperator:
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
237case BoundKind.UnaryOperator:
Operations\CSharpOperationFactory.cs (1)
125case BoundKind.UnaryOperator:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\ConstantTests.cs (1)
641var actual = ParseAndGetConstantFoldingSteps(source, node => node.Kind == BoundKind.UnaryOperator);