4 references to UserLogicalOp
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\UserDefinedLogicalOperator.cs (1)
11
: base(ExpressionKind.
UserLogicalOp
, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
545
Debug.Assert(udcall.Kind == ExpressionKind.Call || udcall.Kind == ExpressionKind.
UserLogicalOp
);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (2)
38
ExpressionKind.
UserLogicalOp
=> VisitUSERLOGOP(pExpr as ExprUserLogicalOp),
159
case ExpressionKind.
UserLogicalOp
: