3 references to BoundLiteral
Microsoft.CodeAnalysis.CSharp (3)
Binder\DecisionDagBuilder_CheckOrReachability.cs (1)
1098
new
BoundLiteral
(node.Syntax, constantValueOpt: ConstantValue.Null, type: node.InputType, hasErrors: false),
Generated\BoundNodes.xml.Generated.cs (1)
4379
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);