2 writes to m_appTrusts
mscorlib (2)
system\security\policy\applicationtrust.cs (2)
383Interlocked.CompareExchange(ref m_appTrusts, appTrusts, null); 457m_appTrusts = null; // reset the app trusts in the collection.
2 references to m_appTrusts
mscorlib (2)
system\security\policy\applicationtrust.cs (2)
364if (m_appTrusts == null) { 385return m_appTrusts as ArrayList;