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