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; 586ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths); 810_importPaths = that._importPaths; 811ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths); 1930_importPaths.Add(import.FullPath); 3199ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths);