1 write to m_array
mscorlib (1)
system\security\policy\policylevel.cs (1)
1408m_array = new ArrayList();
5 references to m_array
mscorlib (5)
system\security\policy\policylevel.cs (5)
1412m_array.Add(element); 1420int count = m_array.Count; 1421CodeGroupStackFrame temp = (CodeGroupStackFrame) m_array[count-1]; 1422m_array.RemoveAt(count-1); 1428return m_array.Count == 0;