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