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