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