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 1146If slot >= Me._alreadyReported.Capacity Then 1147_alreadyReported.EnsureCapacity(Me.nextVariableSlot) 1232If Not _alreadyReported(SlotKind.FunctionValue) Then 1309_alreadyReported(SlotKind.FunctionValue) = True 1694Dim save_alreadyReportedFunctionValue = _alreadyReported(SlotKind.FunctionValue) 1695_alreadyReported(SlotKind.FunctionValue) = False 1700_alreadyReported(SlotKind.FunctionValue) = save_alreadyReportedFunctionValue