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