7 writes to Value
mscorlib (7)
system\collections\concurrent\PartitionerStatic.cs (7)
736m_sharedIndex.Value = checked(m_sharedIndex.Value + 1); 821m_sharedIndex.Value = checked(m_sharedIndex.Value + 1); 847m_sharedIndex.Value = checked(m_sharedIndex.Value + 1); 1141long oldSharedIndex = Volatile.Read(ref m_sharedIndex.Value); 1157if (Interlocked.CompareExchange(ref m_sharedIndex.Value, newSharedIndex, oldSharedIndex) 1183return Volatile.Read(ref m_sharedIndex.Value) >= SourceCount - 1; 1690this.Value = value;
6 references to Value
mscorlib (6)
system\collections\concurrent\PartitionerStatic.cs (6)
736m_sharedIndex.Value = checked(m_sharedIndex.Value + 1); 738= new KeyValuePair<long, TSource>(m_sharedIndex.Value, 821m_sharedIndex.Value = checked(m_sharedIndex.Value + 1); 823= new KeyValuePair<long, TSource>(m_sharedIndex.Value, 847m_sharedIndex.Value = checked(m_sharedIndex.Value + 1); 849= new KeyValuePair<long, TSource>(m_sharedIndex.Value,