6 references to True
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
963
?? _binder.bindUDUnop(op == OperatorKind.OP_TRUE ? ExpressionKind.
True
: ExpressionKind.False, arg1)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionKind.cs (1)
113
case ExpressionKind.
True
:
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
2357
Expr pCallT = bindUDUnop(ExpressionKind.
True
, pExprWrap);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
595
case ExpressionKind.
True
:
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (2)
76
ExpressionKind.
True
=> VisitTRUE(pExpr as ExprUnaryOp),
142
case ExpressionKind.
True
: