4 references to BoundLiteral
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_InterpolatedString.cs (1)
137format = new BoundLiteral(interpolation.FormatClause, ConstantValue.Create(text), stringType, hasErrors);
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
1089new BoundLiteral(node.Syntax, constantValueOpt: ConstantValue.Null, type: node.InputType, hasErrors: false),
Generated\BoundNodes.xml.Generated.cs (1)
4327var result = new BoundLiteral(this.Syntax, constantValueOpt, type, this.HasErrors);
Lowering\LocalRewriter\LocalRewriter_Literal.cs (1)
47return new BoundLiteral(syntax, constantValue, type, hasErrors: constantValue.IsBad);