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