5 writes to _importPaths
Microsoft.Build (5)
Instance\ProjectInstance.cs (5)
480
_importPaths
= lazyImportsList;
596
_importPaths
= projectToInheritFrom._importPaths;
820
_importPaths
= that._importPaths;
3268
_importPaths
= new List<string>();
3421
_importPaths
= importPaths;
6 references to _importPaths
Microsoft.Build (6)
Instance\ProjectInstance.cs (6)
596
_importPaths = projectToInheritFrom.
_importPaths
;
597
ImportPaths = new ObjectModel.ReadOnlyCollection<string>(
_importPaths
);
820
_importPaths = that.
_importPaths
;
821
ImportPaths = new ObjectModel.ReadOnlyCollection<string>(
_importPaths
);
1982
_importPaths
.Add(import.FullPath);
3269
ImportPaths = new ObjectModel.ReadOnlyCollection<string>(
_importPaths
);