6 writes to m_Set
mscorlib (6)
system\security\util\tokenbasedset.cs (6)
57m_Set = m_objSet; 153m_Set = aNew; 167m_Set = null; 211m_Set = aObj; 229m_Set = newset; 309m_Set = null;
11 references to m_Set
mscorlib (11)
system\security\util\tokenbasedset.cs (11)
80m_objSet = m_Set; 120e.Current = Volatile.Read(ref m_Set[e.Index]); 147Object[] aObj = tbSet.m_Set; 219aObj = m_Set; 260if (index < m_Set.Length) 261return Volatile.Read(ref m_Set[index]); 295if (index < m_Set.Length && (ret = Volatile.Read(ref m_Set[index])) != null) 299Volatile.Write(ref m_Set[index], null); 303ResetMaxIndex(m_Set); 308m_Obj = Volatile.Read(ref m_Set[m_maxIndex]);