7 references to PropertyIndex
Microsoft.CodeAnalysis.VisualBasic (7)
BoundTree\BoundAnonymousTypePropertyAccess.vb (1)
22Return Me.Binder.GetAnonymousTypePropertySymbol(Me.PropertyIndex)
Generated\BoundNodes.xml.Generated.vb (3)
3686If binder IsNot Me.Binder OrElse propertyIndex <> Me.PropertyIndex OrElse type IsNot Me.Type Then 12427Return node.Update(node.Binder, node.PropertyIndex, type) 13667New TreeDumperNode("propertyIndex", node.PropertyIndex, Nothing),
Lowering\LocalRewriter\LocalRewriter_AnonymousTypeCreationExpression.vb (1)
76Dim local As LocalSymbol = node.Binder.GetAnonymousTypePropertyLocal(node.PropertyIndex)
Operations\VisualBasicOperationFactory_Methods.vb (2)
327i <> expression.Declarations(currentDeclarationIndex).PropertyIndex Then 341Debug.Assert(i = expression.Declarations(currentDeclarationIndex).PropertyIndex)