2 writes to m_entryPointEvidence
mscorlib (2)
system\security\policy\appdomainevidencefactory.cs (2)
70
m_entryPointEvidence
= entryRuntimeAssembly.EvidenceNoDemand.Clone();
74
m_entryPointEvidence
= entryAssembly.Evidence;
3 references to m_entryPointEvidence
mscorlib (3)
system\security\policy\appdomainevidencefactory.cs (3)
63
if (
m_entryPointEvidence
== null)
79
if (
m_entryPointEvidence
!= null)
81
return
m_entryPointEvidence
.GetHostEvidence(evidenceType);