3 writes to _manifests
mscorlib (3)
system\activationcontext.cs (3)
105_manifests = null; 134_manifests = new ArrayList(DefaultComponentCount); 434_manifests = null;
8 references to _manifests
mscorlib (8)
system\activationcontext.cs (8)
145_manifests.Add(cms); 166_manifests.TrimToSize(); 167if (_manifests.Count <= 1) 182Contract.Assert(_manifests.Count == 2, "An application must have exactly 1 deployment component and 1 application component in Whidbey"); 312return (ICMS) _manifests[0]; 324return (ICMS) _manifests[_manifests.Count-1]; 372manifestPath = _manifestPaths[_manifests.Count-1];