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
;
554
ImportPaths = new ObjectModel.ReadOnlyCollection<string>(
_importPaths
);
757
_importPaths = that.
_importPaths
;
758
ImportPaths = new ObjectModel.ReadOnlyCollection<string>(
_importPaths
);
1845
_importPaths
.Add(import.FullPath);
3095
ImportPaths = new ObjectModel.ReadOnlyCollection<string>(
_importPaths
);