5 writes to ImportPathsIncludingDuplicates
Microsoft.Build (5)
Instance\ProjectInstance.cs (5)
475
ImportPathsIncludingDuplicates
= lazyImportsList;
587
ImportPathsIncludingDuplicates
= new ObjectModel.ReadOnlyCollection<string>(_importPathsIncludingDuplicates);
812
ImportPathsIncludingDuplicates
= new ObjectModel.ReadOnlyCollection<string>(_importPathsIncludingDuplicates);
3190
ImportPathsIncludingDuplicates
= new ObjectModel.ReadOnlyCollection<string>(_importPathsIncludingDuplicates);
3351
ImportPathsIncludingDuplicates
= importPathsIncludingDuplicates.AsReadOnly();
1 reference to ImportPathsIncludingDuplicates
Microsoft.Build.Engine.UnitTests (1)
Instance\ProjectInstance_Internal_Tests.cs (1)
874
projectInstance.
ImportPathsIncludingDuplicates
.ToList().ShouldBe(expectedImportPathsIncludingDuplicates);