4 writes to m_Count
Microsoft.VisualBasic.Core (4)
Microsoft\VisualBasic\Collection.vb (4)
366
m_Count
+= 1
417
m_Count
= 0
510
m_Count
+= 1
535
m_Count
-= 1
2 references to m_Count
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\Collection.vb (2)
411
Return
m_Count
437
If (Index < 0) OrElse (Index >
m_Count
) Then