5 writes to ImportPaths
Microsoft.Build (5)
Instance\ProjectInstance.cs (5)
472ImportPaths = lazyImportsList; 586ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths); 811ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths); 3215ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths); 3365ImportPaths = importPaths.AsReadOnly();
1 reference to ImportPaths
Microsoft.Build.Engine.UnitTests (1)
Instance\ProjectInstance_Internal_Tests.cs (1)
872projectInstance.ImportPaths.ToList().ShouldBe(expectedImportPaths);