5 writes to ImportPaths
Microsoft.Build (5)
Instance\ProjectInstance.cs (5)
469
ImportPaths
= importsListConverter;
554
ImportPaths
= new ObjectModel.ReadOnlyCollection<string>(_importPaths);
758
ImportPaths
= new ObjectModel.ReadOnlyCollection<string>(_importPaths);
3095
ImportPaths
= new ObjectModel.ReadOnlyCollection<string>(_importPaths);
3244
ImportPaths
= importPaths.AsReadOnly();
1 reference to ImportPaths
Microsoft.Build.Engine.UnitTests (1)
Instance\ProjectInstance_Internal_Tests.cs (1)
874
projectInstance.
ImportPaths
.ToList().ShouldBe(expectedImportPaths);