1 instantiation of AnonymousTypePropertyPublicSymbol
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\AnonymousTypes\PublicSymbols\AnonymousType_TypePublicSymbol.vb (1)
49
Dim [property] As New
AnonymousTypePropertyPublicSymbol
(Me, fieldIndex)
6 references to AnonymousTypePropertyPublicSymbol
Microsoft.CodeAnalysis.VisualBasic (6)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (1)
653
Dim properties As ImmutableArray(Of AnonymousTypeManager.
AnonymousTypePropertyPublicSymbol
) = anonType.Properties
Lowering\MethodToClassRewriter\MethodToClassRewriter.vb (1)
305
Dim anonProperty = TryCast(newProperty, AnonymousTypeManager.
AnonymousTypePropertyPublicSymbol
)
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
)