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();
167
if (
_manifests
.Count <= 1)
182
Contract.Assert(
_manifests
.Count == 2, "An application must have exactly 1 deployment component and 1 application component in Whidbey");
312
return (ICMS)
_manifests
[0];
324
return (ICMS)
_manifests
[
_manifests
.Count-1];
372
manifestPath = _manifestPaths[
_manifests
.Count-1];