2 references to BoundExpressionWithNullability
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\BoundExpressionWithNullability.cs (1)
12: this(syntax, expression, nullableAnnotation, type, hasErrors: false)
Generated\BoundNodes.xml.Generated.cs (1)
8779var result = new BoundExpressionWithNullability(this.Syntax, expression, nullableAnnotation, type, this.HasErrors);