1 write to m_version
System (1)
sys\system\collections\concurrent\ConcurrentBag.cs (1)
986m_version++; // changing from empty state to non empty state
2 references to m_version
System (2)
sys\system\collections\concurrent\ConcurrentBag.cs (2)
389versionsList.Add(currentList.m_version); 401if (version != currentList.m_version) //oops state changed