1 write to m_collection
System (1)
sys\system\collections\concurrent\BlockingCollection.cs (1)
230
m_collection
= collection;
5 references to m_collection
System (5)
sys\system\collections\concurrent\BlockingCollection.cs (5)
504
addingSucceeded =
m_collection
.TryAdd(item);
743
removeSucceeded =
m_collection
.TryTake(out item);
1579
return
m_collection
.ToArray();
1620
T[] collectionSnapShot =
m_collection
.ToArray();
1701
return
m_collection
.GetEnumerator();