8 writes to m_lastIndex
System.Core (8)
System\Collections\Generic\HashSet.cs (8)
113
m_lastIndex
= 0;
174
m_lastIndex
= source.m_lastIndex;
192
m_lastIndex
= index;
247
m_lastIndex
= 0;
309
m_lastIndex
= 0;
951
m_lastIndex
= newIndex;
1075
m_lastIndex
++;
1348
m_lastIndex
++;
21 references to m_lastIndex
System.Core (21)
System\Collections\Generic\HashSet.cs (21)
174
m_lastIndex = source.
m_lastIndex
;
178
int lastIndex = source.
m_lastIndex
;
240
if (
m_lastIndex
> 0) {
245
Array.Clear(m_slots, 0,
m_lastIndex
);
859
for (int i = 0; i <
m_lastIndex
&& numCopied < count; i++) {
879
for (int i = 0; i <
m_lastIndex
; i++) {
936
for (int i = 0; i <
m_lastIndex
; i++) {
1017
Array.Copy(m_slots, 0, newSlots, 0,
m_lastIndex
);
1021
for(int i = 0; i <
m_lastIndex
; i++) {
1029
for (int i = 0; i <
m_lastIndex
; i++) {
1069
if (
m_lastIndex
== m_slots.Length) {
1074
index =
m_lastIndex
;
1158
for (int i = 0; i <
m_lastIndex
; i++) {
1181
int originalLastIndex =
m_lastIndex
;
1265
int originalLastIndex =
m_lastIndex
;
1342
if (
m_lastIndex
== m_slots.Length) {
1347
index =
m_lastIndex
;
1404
int originalLastIndex =
m_lastIndex
;
1568
while (index < set.
m_lastIndex
) {
1576
index = set.
m_lastIndex
+ 1;
1589
if (index == 0 || index == set.
m_lastIndex
+ 1) {