3 writes to _manifestPaths
mscorlib (3)
system\activationcontext.cs (3)
104
_manifestPaths
= null;
135
_manifestPaths
= new String[manifestPaths.Length];
435
_manifestPaths
= null;
8 references to _manifestPaths
mscorlib (8)
system\activationcontext.cs (8)
146
_manifestPaths
[i]=manifestPaths[i];
240
return
_manifestPaths
;
266
return Path.GetDirectoryName(
_manifestPaths
[
_manifestPaths
.Length-1]);
354
manifestPath =
_manifestPaths
[0];
372
manifestPath =
_manifestPaths
[_manifests.Count-1];
471
if (
_manifestPaths
!= null)
472
info.AddValue("ManifestPaths",
_manifestPaths
, typeof(String[]));