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