1 write to m_value
System (1)
sys\system\collections\concurrent\ConcurrentBag.cs (1)
922m_value = value;
4 references to m_value
System (4)
sys\system\collections\concurrent\ConcurrentBag.cs (4)
898list.Add(currentNode.m_value); 1019result = head.m_value; 1033result = head.m_value; 1063result = tail.m_value;