2 writes to m_appEvidence
mscorlib (2)
system\security\policy\applicationsecurityinfo.cs (2)
182Interlocked.CompareExchange(ref m_appEvidence, appEvidence, null); 190m_appEvidence = value;
2 references to m_appEvidence
mscorlib (2)
system\security\policy\applicationsecurityinfo.cs (2)
167if (m_appEvidence == null) { 184return m_appEvidence as Evidence;