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)
113case ExpressionKind.True:
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
2357Expr pCallT = bindUDUnop(ExpressionKind.True, pExprWrap);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
595case ExpressionKind.True:
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (2)
76ExpressionKind.True => VisitTRUE(pExpr as ExprUnaryOp), 142case ExpressionKind.True: