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