3 writes to m_fullTrustAssemblies
mscorlib (3)
system\security\policy\applicationtrust.cs (3)
84m_fullTrustAssemblies = new List<StrongName>().AsReadOnly(); 103m_fullTrustAssemblies = fullTrustList.AsReadOnly(); 277m_fullTrustAssemblies = fullTrustAssemblies.AsReadOnly();
3 references to m_fullTrustAssemblies
mscorlib (3)
system\security\policy\applicationtrust.cs (3)
152return m_fullTrustAssemblies; 211if (m_fullTrustAssemblies.Count > 0) { 213foreach (StrongName fullTrustAssembly in m_fullTrustAssemblies) {