13 references to Properties
Microsoft.CodeAnalysis.VisualBasic (13)
Binding\SyntheticBoundTrees\AnonymousTypeSyntheticMethods.vb (7)
28Debug.Assert(anonymousType.Properties.Length = Me.ParameterCount) 35Dim [property] As AnonymousTypePropertySymbol = anonymousType.Properties(index) 111Dim properties = Me.AnonymousType.Properties 137For Each [property] In Me.AnonymousType.Properties 237For Each [property] In AnonymousType.Properties 338Dim numberOfFields As Integer = AnonymousType.Properties.Length 347Dim [property] As AnonymousTypePropertySymbol = AnonymousType.Properties(index)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_ConstructorSymbol.vb (2)
22Dim fieldsCount As Integer = container.Properties.Length 25Dim [property] As PropertySymbol = container.Properties(index)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_TemplateSymbol.vb (4)
160Debug.Assert(Me.Properties.Length > 0) 164Dim displayCount As Integer = Math.Min(Me.Properties.Length, 4) 167Dim fieldName As String = Me.Properties(fieldIndex).Name 178If Me.Properties.Length > displayCount Then