5 writes to _importPaths
Microsoft.Build (5)
Instance\ProjectInstance.cs (5)
471
_importPaths
= lazyImportsList;
585
_importPaths
= projectToInheritFrom._importPaths;
809
_importPaths
= that._importPaths;
3199
_importPaths
= new List<string>();
3349
_importPaths
= importPaths;
6 references to _importPaths
Microsoft.Build (6)
Instance\ProjectInstance.cs (6)
585
_importPaths = projectToInheritFrom.
_importPaths
;
586
ImportPaths = new ObjectModel.ReadOnlyCollection<string>(
_importPaths
);
809
_importPaths = that.
_importPaths
;
810
ImportPaths = new ObjectModel.ReadOnlyCollection<string>(
_importPaths
);
1931
_importPaths
.Add(import.FullPath);
3200
ImportPaths = new ObjectModel.ReadOnlyCollection<string>(
_importPaths
);