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