1 write to _fields
Microsoft.CodeAnalysis.VisualBasic (1)
Binding\Binder_AnonymousTypes.vb (1)
139
Me.
_fields
= New AnonymousTypeField(initializersCount - 1) {}
9 references to _fields
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder_AnonymousTypes.vb (9)
200
Me.
_fields
(fieldIndex) = New AnonymousTypeField(fieldName, fieldNode.GetLocation(), fieldIsKey)
213
Dim fieldsCount As Integer = Me.
_fields
.Length
258
Me.
_fields
(index).AssignFieldType(fieldType)
280
Me.
_fields
.AsImmutableOrNull(),
295
For index = 0 To Me.
_fields
.Length - 1
297
Dim name As String = Me.
_fields
(index).Name
329
field = Me.
_fields
(fieldIndex)
338
Debug.Assert(Me.
_fields
(fieldIndex).Type IsNot Nothing)
346
local = New SynthesizedLocal(Me.ContainingMember, Me.
_fields
(fieldIndex).Type, SynthesizedLocalKind.LoweringTemp)