1 write to m_policyLevels
mscorlib (1)
system\security\policymanager.cs (1)
51Interlocked.CompareExchange(ref m_policyLevels, policyLevels, null);
2 references to m_policyLevels
mscorlib (2)
system\security\policymanager.cs (2)
37if (m_policyLevels == null) { 53return m_policyLevels as ArrayList;