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
;
560
ImportPaths = new ObjectModel.ReadOnlyCollection<string>(
_importPaths
);
784
_importPaths = that.
_importPaths
;
785
ImportPaths = new ObjectModel.ReadOnlyCollection<string>(
_importPaths
);
1918
_importPaths
.Add(import.FullPath);
3182
ImportPaths = new ObjectModel.ReadOnlyCollection<string>(
_importPaths
);