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; 585ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths); 809_importPaths = that._importPaths; 810ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths); 1919_importPaths.Add(import.FullPath); 3188ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths);