1 write to Fields
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\AnonymousTypes\AnonymousTypeDescriptor.vb (1)
50Me.Fields = fields
19 references to Fields
Microsoft.CodeAnalysis.VisualBasic (19)
Symbols\AnonymousTypes\AnonymousTypeDescriptor.vb (7)
45Return Fields 76Debug.Assert(Not Fields.IsDefault) 79For Each field In Fields 95Dim myFields As ImmutableArray(Of AnonymousTypeField) = Me.Fields 97Dim otherFields As ImmutableArray(Of AnonymousTypeField) = other.Fields 120Dim fieldCount = Me.Fields.Length 125Dim current As AnonymousTypeField = Me.Fields(i)
Symbols\AnonymousTypes\AnonymousTypeManager_Templates.vb (1)
108Dim typeArguments = typeDescr.Fields.SelectAsArray(Function(f) f.Type)
Symbols\AnonymousTypes\PublicSymbols\AnonymousType_PropertyPublicSymbol.vb (4)
30If Not container.TypeDescriptor.Fields(index).IsKey Then 55Return Me._container.TypeDescriptor.Fields(Me.PropertyIndex).Type 61Return Me._container.TypeDescriptor.Fields(Me.PropertyIndex).Name 79Return ImmutableArray.Create(Me._container.TypeDescriptor.Fields(Me.PropertyIndex).Location)
Symbols\AnonymousTypes\PublicSymbols\AnonymousType_TypePublicSymbol.vb (2)
28Dim fieldsCount As Integer = typeDescr.Fields.Length 43Dim field As AnonymousTypeField = typeDescr.Fields(fieldIndex)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_TemplateSymbol.vb (2)
29Dim fieldsCount As Integer = typeDescr.Fields.Length 44Dim field As AnonymousTypeField = typeDescr.Fields(fieldIndex)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTemplateSymbol.vb (3)
58Dim arity As Integer = typeDescr.Fields.Length 60If TypeKind = TypeKind.Delegate AndAlso typeDescr.Fields.IsSubDescription() Then 314Me.Names = typeDescr.Fields.SelectAsArray(Function(d) d.Name)