14 references to UnaryOperator
Microsoft.CodeAnalysis.CSharp (14)
Binder\Binder.ValueChecks.cs (4)
3611
case BoundKind.
UnaryOperator
:
3981
case BoundKind.
UnaryOperator
:
4326
case BoundKind.
UnaryOperator
:
5089
case BoundKind.
UnaryOperator
:
BoundTree\BoundExpression.cs (1)
605
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 (2)
1930
else if (highestBoundExpr.Kind == BoundKind.
UnaryOperator
)
3550
case BoundKind.
UnaryOperator
:
Generated\BoundNodes.xml.Generated.cs (2)
1183
: base(BoundKind.
UnaryOperator
, syntax, type, hasErrors || operand.HasErrors())
8882
case BoundKind.
UnaryOperator
:
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
236
case BoundKind.
UnaryOperator
:
Operations\CSharpOperationFactory.cs (1)
125
case BoundKind.
UnaryOperator
: