5 references to Constant
Microsoft.CodeAnalysis.CSharp (5)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (5)
218return Constant(fieldAccess); 252return Constant(node); 561return Constant(literal.Update(literal.ConstantValueOpt, promotedType)); 745return Convert(Constant(_bound.Null(_objectType)), _objectType, node.Type, false, node.ExplicitCastInCode); 1095return Constant(node);