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