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