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