5 writes to _importPaths
Microsoft.Build (5)
Instance\ProjectInstance.cs (5)
468_importPaths = importsListConverter; 553_importPaths = projectToInheritFrom._importPaths; 757_importPaths = that._importPaths; 3094_importPaths = new List<string>(); 3243_importPaths = importPaths;
6 references to _importPaths
Microsoft.Build (6)
Instance\ProjectInstance.cs (6)
553_importPaths = projectToInheritFrom._importPaths; 554ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths); 757_importPaths = that._importPaths; 758ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths); 1845_importPaths.Add(import.FullPath); 3095ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths);