5 writes to ImportPathsIncludingDuplicates
Microsoft.Build (5)
Instance\ProjectInstance.cs (5)
485ImportPathsIncludingDuplicates = lazyImportsList; 599ImportPathsIncludingDuplicates = new ObjectModel.ReadOnlyCollection<string>(_importPathsIncludingDuplicates); 823ImportPathsIncludingDuplicates = new ObjectModel.ReadOnlyCollection<string>(_importPathsIncludingDuplicates); 3271ImportPathsIncludingDuplicates = new ObjectModel.ReadOnlyCollection<string>(_importPathsIncludingDuplicates); 3435ImportPathsIncludingDuplicates = importPathsIncludingDuplicates.AsReadOnly();