1 instantiation of AnonymousTypePropertyPublicSymbol
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\AnonymousTypes\PublicSymbols\AnonymousType_TypePublicSymbol.vb (1)
49
Dim [property] As New
AnonymousTypePropertyPublicSymbol
(Me, fieldIndex)
4 references to AnonymousTypePropertyPublicSymbol
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\AnonymousTypes\PublicSymbols\AnonymousType_PropertyPublicSymbol.vb (1)
103
Dim other = TryCast(obj,
AnonymousTypePropertyPublicSymbol
)
Symbols\AnonymousTypes\PublicSymbols\AnonymousType_TypePublicSymbol.vb (3)
21
Private ReadOnly _properties As ImmutableArray(Of
AnonymousTypePropertyPublicSymbol
)
35
Dim propertiesArray = New
AnonymousTypePropertyPublicSymbol
(fieldsCount - 1) {}
159
Public ReadOnly Property Properties As ImmutableArray(Of
AnonymousTypePropertyPublicSymbol
)