5 writes to ImportPaths
Microsoft.Build (5)
Instance\ProjectInstance.cs (5)
481ImportPaths = lazyImportsList; 597ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths); 821ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths); 3269ImportPaths = new ObjectModel.ReadOnlyCollection<string>(_importPaths); 3422ImportPaths = importPaths.AsReadOnly();
4 references to ImportPaths
Microsoft.DotNet.HotReload.Watch (1)
Build\LoadedProjectGraph.cs (1)
21graph.ProjectNodes.SelectMany(p => p.ProjectInstance.ImportPaths)
SelectTests (3)
GraphAffectedProjects.cs (3)
65/// in every project's <see cref="ProjectInstance.ImportPaths"/> and Layer 1 already attributes a change 72/// linking projects), plus <see cref="ProjectInstance.ImportPaths"/> (which captures repo hook files 279foreach (var importPath in instance.ImportPaths)