5 writes to _importPaths
Microsoft.Build (5)
Instance\ProjectInstance.cs (5)
473_importPaths = importsListConverter; 559_importPaths = projectToInheritFrom._importPaths; 784_importPaths = that._importPaths; 3181_importPaths = new List<string>(); 3331_importPaths = importPaths;
6 references to _importPaths
Microsoft.Build (6)
Instance\ProjectInstance.cs (6)
559_importPaths = projectToInheritFrom._importPaths; 560ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths); 784_importPaths = that._importPaths; 785ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths); 1918_importPaths.Add(import.FullPath); 3182ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths);