1 instantiation of AnonymousTypePropertySymbol
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_TemplateSymbol.vb (1)
50Dim [property] As New AnonymousTypePropertySymbol(Me, field, fieldIndex, Me.TypeParameters(fieldIndex))
7 references to AnonymousTypePropertySymbol
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\SyntheticBoundTrees\AnonymousTypeSyntheticMethods.vb (3)
35Dim [property] As AnonymousTypePropertySymbol = anonymousType.Properties(index) 257Private Function BuildConditionForField([property] As AnonymousTypePropertySymbol, boundMe As BoundMeReference, boundOther As BoundParameter, 347Dim [property] As AnonymousTypePropertySymbol = AnonymousType.Properties(index)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_PropertyAccessors.vb (1)
27Return DirectCast(Me.m_propertyOrEvent, AnonymousTypePropertySymbol).AssociatedField
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_TemplateSymbol.vb (3)
20Private ReadOnly _properties As ImmutableArray(Of AnonymousTypePropertySymbol) 36Dim propertiesArray = New AnonymousTypePropertySymbol(fieldsCount - 1) {} 108Public ReadOnly Property Properties As ImmutableArray(Of AnonymousTypePropertySymbol)