6 writes to _statements
Microsoft.CodeAnalysis.VisualBasic (6)
Lowering\AsyncRewriter\AsyncRewriter.SpillBuilder.vb (6)
28Me._statements = Nothing 45Me._statements = Nothing 61AddRange(Me._statements, spill._statements) 68AddRange(Me._statements, spill.Statements) 76Add(Me._statements, init) 88Add(Me._statements, statement)
6 references to _statements
Microsoft.CodeAnalysis.VisualBasic (6)
Lowering\AsyncRewriter\AsyncRewriter.SpillBuilder.vb (6)
26If Me._statements IsNot Nothing Then 27Me._statements.Free() 42If(Me._statements Is Nothing, ImmutableArray(Of BoundStatement).Empty, Me._statements.ToImmutableAndFree()), 53Return Me._locals Is Nothing AndAlso Me._statements Is Nothing AndAlso Me._fields Is Nothing 61AddRange(Me._statements, spill._statements)