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; 597ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths); 820_importPaths = that._importPaths; 821ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths); 1982_importPaths.Add(import.FullPath); 3269ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths);