5 references to IsUnaryOperator
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (2)
161Debug.Assert(exprKind.IsUnaryOperator() == (arg2 == null)); 162return exprKind.IsUnaryOperator()
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\ExprOperator.cs (1)
13Debug.Assert(kind.IsUnaryOperator() || kind > ExpressionKind.TypeLimit);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\UnaryOperator.cs (2)
13Debug.Assert(kind.IsUnaryOperator()); 21Debug.Assert(kind.IsUnaryOperator());