5 writes to ImportPathsIncludingDuplicates
Microsoft.Build (5)
Instance\ProjectInstance.cs (5)
476
ImportPathsIncludingDuplicates
= lazyImportsList;
588
ImportPathsIncludingDuplicates
= new ObjectModel.ReadOnlyCollection<string>(_importPathsIncludingDuplicates);
812
ImportPathsIncludingDuplicates
= new ObjectModel.ReadOnlyCollection<string>(_importPathsIncludingDuplicates);
3202
ImportPathsIncludingDuplicates
= new ObjectModel.ReadOnlyCollection<string>(_importPathsIncludingDuplicates);
3363
ImportPathsIncludingDuplicates
= importPathsIncludingDuplicates.AsReadOnly();