3 writes to m_appManifestPaths
mscorlib (3)
system\activationarguments.cs (3)
73m_appManifestPaths = activationContext.ManifestPaths; 86m_appManifestPaths = appManifestPaths; 127clone.m_appManifestPaths = new string[m_appManifestPaths.Length];
8 references to m_appManifestPaths
mscorlib (8)
system\activationarguments.cs (8)
49return m_appManifestPaths; 104if (m_appManifestPaths == null) 107return new ActivationContext(new ApplicationIdentity(m_appFullName), m_appManifestPaths); 126if (m_appManifestPaths != null) { 127clone.m_appManifestPaths = new string[m_appManifestPaths.Length]; 128Array.Copy(m_appManifestPaths, clone.m_appManifestPaths, clone.m_appManifestPaths.Length);