2 references to BoundBaseReference
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
2581return new BoundBaseReference(node, baseType, hasErrors);
Generated\BoundNodes.xml.Generated.cs (1)
4495var result = new BoundBaseReference(this.Syntax, type, this.HasErrors);