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