1 override of VisitCONSTANT
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
111
protected override Expr
VisitCONSTANT
(ExprConstant expr)
1 reference to VisitCONSTANT
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
26
ExpressionKind.Constant =>
VisitCONSTANT
(pExpr as ExprConstant),