10 references to ListOperation
System (10)
sys\system\collections\concurrent\ConcurrentBag.cs (10)
155
Interlocked.Exchange(ref list.m_currentOp, (int)
ListOperation
.Add);
163
list.m_currentOp = (int)
ListOperation
.None;
170
list.m_currentOp = (int)
ListOperation
.None;
240
Interlocked.Exchange(ref list.m_currentOp, (int)
ListOperation
.Take);
248
list.m_currentOp = (int)
ListOperation
.None;
279
list.m_currentOp = (int)
ListOperation
.None;
441
if (list.Count <= 2 && list.m_currentOp != (int)
ListOperation
.None)
444
while (list.m_currentOp != (int)
ListOperation
.None)
849
if (currentList.m_currentOp != (int)
ListOperation
.None)
852
while (currentList.m_currentOp != (int)
ListOperation
.None)