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