13 references to UnaryOperator
Microsoft.CodeAnalysis.CSharp (13)
Binder\Binder.ValueChecks.cs (4)
3948
case BoundKind.
UnaryOperator
:
4286
case BoundKind.
UnaryOperator
:
4594
case BoundKind.
UnaryOperator
:
5361
case BoundKind.
UnaryOperator
:
BoundTree\BoundExpression.cs (1)
623
return this.Condition.Kind == BoundKind.
UnaryOperator
&& ((BoundUnaryOperator)this.Condition).OperatorKind.IsDynamic();
BoundTree\BoundTreeVisitors.cs (1)
37
case BoundKind.
UnaryOperator
:
CodeGen\EmitExpression.cs (1)
197
case BoundKind.
UnaryOperator
:
CodeGen\EmitStatement.cs (1)
575
case BoundKind.
UnaryOperator
:
Compilation\CSharpSemanticModel.cs (1)
3570
case BoundKind.
UnaryOperator
:
Generated\BoundNodes.xml.Generated.cs (2)
1211
: base(BoundKind.
UnaryOperator
, syntax, type, hasErrors || operand.HasErrors())
9147
case BoundKind.
UnaryOperator
:
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
241
case BoundKind.
UnaryOperator
:
Operations\CSharpOperationFactory.cs (1)
124
case BoundKind.
UnaryOperator
: