3 writes to m_appTrustedToRun
mscorlib (3)
system\security\policy\applicationtrust.cs (3)
161m_appTrustedToRun = value; 234m_appTrustedToRun = false; 237m_appTrustedToRun = true;
2 references to m_appTrustedToRun
mscorlib (2)
system\security\policy\applicationtrust.cs (2)
158return m_appTrustedToRun; 198if (m_appTrustedToRun) {