5 references to Constant
Microsoft.CodeAnalysis.CSharp (5)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (5)
215return Constant(fieldAccess); 249return Constant(node); 488return Constant(literal.Update(literal.ConstantValueOpt, promotedType)); 669return Convert(Constant(_bound.Null(_objectType)), _objectType, node.Type, false, node.ExplicitCastInCode); 969return Constant(node);