5 references to Binder
Microsoft.CodeAnalysis.VisualBasic (5)
BoundTree\BoundAnonymousTypePropertyAccess.vb (1)
22
Return Me.
Binder
.GetAnonymousTypePropertySymbol(Me.PropertyIndex)
Generated\BoundNodes.xml.Generated.vb (3)
3705
If binder IsNot Me.
Binder
OrElse propertyIndex <> Me.PropertyIndex OrElse type IsNot Me.Type Then
12461
Return node.Update(node.
Binder
, node.PropertyIndex, type)
13703
New TreeDumperNode("binder", node.
Binder
, Nothing),
Lowering\LocalRewriter\LocalRewriter_AnonymousTypeCreationExpression.vb (1)
76
Dim local As LocalSymbol = node.
Binder
.GetAnonymousTypePropertyLocal(node.PropertyIndex)