1 write to PropertyIndex
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\AnonymousTypes\PublicSymbols\AnonymousType_PropertyPublicSymbol.vb (1)
27Me.PropertyIndex = index
4 references to PropertyIndex
Microsoft.CodeAnalysis.VisualBasic (4)
Lowering\MethodToClassRewriter\MethodToClassRewriter.vb (1)
306newProperty = anonymousContainer.Properties(anonProperty.PropertyIndex)
Symbols\AnonymousTypes\PublicSymbols\AnonymousType_PropertyPublicSymbol.vb (3)
55Return Me._container.TypeDescriptor.Fields(Me.PropertyIndex).Type 61Return Me._container.TypeDescriptor.Fields(Me.PropertyIndex).Name 79Return ImmutableArray.Create(Me._container.TypeDescriptor.Fields(Me.PropertyIndex).Location)