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