4 writes to _importPaths
Microsoft.Build (4)
Instance\ProjectInstance.cs (4)
551_importPaths = projectToInheritFrom._importPaths; 755_importPaths = that._importPaths; 2928_importPaths = new List<string>(); 3059_importPaths = new List<string>(Math.Max(0, importClosure.Count - 1) /* outer project */);
8 references to _importPaths
Microsoft.Build (8)
Instance\ProjectInstance.cs (8)
551_importPaths = projectToInheritFrom._importPaths; 552ImportPaths = _importPaths.AsReadOnly(); 755_importPaths = that._importPaths; 756ImportPaths = _importPaths.AsReadOnly(); 1718_importPaths.Add(import.FullPath); 2929ImportPaths = _importPaths.AsReadOnly(); 3065_importPaths.Add(resolvedImport.ImportedProject.FullPath); 3069ImportPaths = _importPaths.AsReadOnly();