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