2 references to BoundLiteral
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (1)
4313var result = new BoundLiteral(this.Syntax, constantValueOpt, type, this.HasErrors);
Lowering\LocalRewriter\LocalRewriter_Literal.cs (1)
47return new BoundLiteral(syntax, constantValue, type, hasErrors: constantValue.IsBad);