2 writes to _alreadyReported
Microsoft.CodeAnalysis.VisualBasic (2)
Analysis\FlowAnalysis\DataFlowPass.vb (2)
135
Me.
_alreadyReported
= BitVector.Empty ' no variables yet reported unassigned
240
Me.
_alreadyReported
= BitVector.Null
11 references to _alreadyReported
Microsoft.CodeAnalysis.VisualBasic (11)
Analysis\FlowAnalysis\DataFlowPass.vb (11)
609
If
_alreadyReported
(slot) Then
639
_alreadyReported
(slot) = True
645
If
_alreadyReported
(slot) Then
649
_alreadyReported
(slot) = True
1152
If slot >= Me.
_alreadyReported
.Capacity Then
1153
_alreadyReported
.EnsureCapacity(Me.nextVariableSlot)
1238
If Not
_alreadyReported
(SlotKind.FunctionValue) Then
1315
_alreadyReported
(SlotKind.FunctionValue) = True
1700
Dim save_alreadyReportedFunctionValue =
_alreadyReported
(SlotKind.FunctionValue)
1701
_alreadyReported
(SlotKind.FunctionValue) = False
1706
_alreadyReported
(SlotKind.FunctionValue) = save_alreadyReportedFunctionValue