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