5 writes to _importPaths
Microsoft.Build (5)
Instance\ProjectInstance.cs (5)
470
_importPaths
= lazyImportsList;
584
_importPaths
= projectToInheritFrom._importPaths;
809
_importPaths
= that._importPaths;
3187
_importPaths
= new List<string>();
3337
_importPaths
= importPaths;
6 references to _importPaths
Microsoft.Build (6)
Instance\ProjectInstance.cs (6)
584
_importPaths = projectToInheritFrom.
_importPaths
;
585
ImportPaths = new ObjectModel.ReadOnlyCollection<string>(
_importPaths
);
809
_importPaths = that.
_importPaths
;
810
ImportPaths = new ObjectModel.ReadOnlyCollection<string>(
_importPaths
);
1919
_importPaths
.Add(import.FullPath);
3188
ImportPaths = new ObjectModel.ReadOnlyCollection<string>(
_importPaths
);