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