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