4 references to Constant
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\EXPRExtensions.cs (1)
95case ExpressionKind.Constant:
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Constant.cs (1)
13: base(ExpressionKind.Constant, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (2)
26ExpressionKind.Constant => VisitCONSTANT(pExpr as ExprConstant), 217case ExpressionKind.Constant: