2 writes to _fieldDeclarations
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_AnonymousTypes.vb (2)
140
Me.
_fieldDeclarations
= Nothing
265
Me.
_fieldDeclarations
= ArrayBuilder(Of BoundAnonymousTypePropertyAccess).GetInstance()
4 references to _fieldDeclarations
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_AnonymousTypes.vb (4)
264
If Me.
_fieldDeclarations
Is Nothing Then
268
Me.
_fieldDeclarations
.Add(
309
If(Me.
_fieldDeclarations
Is Nothing,
311
Me.
_fieldDeclarations
.ToImmutableAndFree()),