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