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