5 writes to ImportPathsIncludingDuplicates
Microsoft.Build (5)
Instance\ProjectInstance.cs (5)
473
ImportPathsIncludingDuplicates
= importsListConverter;
556
ImportPathsIncludingDuplicates
= new ObjectModel.ReadOnlyCollection<string>(_importPathsIncludingDuplicates);
760
ImportPathsIncludingDuplicates
= new ObjectModel.ReadOnlyCollection<string>(_importPathsIncludingDuplicates);
3097
ImportPathsIncludingDuplicates
= new ObjectModel.ReadOnlyCollection<string>(_importPathsIncludingDuplicates);
3257
ImportPathsIncludingDuplicates
= importPathsIncludingDuplicates.AsReadOnly();
1 reference to ImportPathsIncludingDuplicates
Microsoft.Build.Engine.UnitTests (1)
Instance\ProjectInstance_Internal_Tests.cs (1)
875
projectInstance.
ImportPathsIncludingDuplicates
.ToList().ShouldBe(expectedImportPathsIncludingDuplicates);