1 write to _fields
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\Binder_AnonymousTypes.vb (1)
140
Me.
_fields
= New AnonymousTypeField(initializersCount - 1) {}
9 references to _fields
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder_AnonymousTypes.vb (9)
201
Me.
_fields
(fieldIndex) = New AnonymousTypeField(fieldName, fieldNode.GetLocation(), fieldIsKey)
214
Dim fieldsCount As Integer = Me.
_fields
.Length
259
Me.
_fields
(index).AssignFieldType(fieldType)
281
Me.
_fields
.AsImmutableOrNull(),
297
For index = 0 To Me.
_fields
.Length - 1
299
Dim name As String = Me.
_fields
(index).Name
331
field = Me.
_fields
(fieldIndex)
340
Debug.Assert(Me.
_fields
(fieldIndex).Type IsNot Nothing)
348
local = New SynthesizedLocal(Me.ContainingMember, Me.
_fields
(fieldIndex).Type, SynthesizedLocalKind.LoweringTemp)