5 writes to ImportPaths
Microsoft.Build (5)
Instance\ProjectInstance.cs (5)
471ImportPaths = lazyImportsList; 585ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths); 810ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths); 3188ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths); 3338ImportPaths = importPaths.AsReadOnly();
2 references to ImportPaths
dotnet-watch (1)
Build\EvaluationResult.cs (1)
22=> projectGraph.ProjectNodes.SelectMany(p => p.ProjectInstance.ImportPaths)
Microsoft.Build.Engine.UnitTests (1)
Instance\ProjectInstance_Internal_Tests.cs (1)
873projectInstance.ImportPaths.ToList().ShouldBe(expectedImportPaths);