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