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