5 writes to ImportPaths
Microsoft.Build (5)
Instance\ProjectInstance.cs (5)
481
ImportPaths
= lazyImportsList;
597
ImportPaths
= new ObjectModel.ReadOnlyCollection<string>(_importPaths);
821
ImportPaths
= new ObjectModel.ReadOnlyCollection<string>(_importPaths);
3269
ImportPaths
= new ObjectModel.ReadOnlyCollection<string>(_importPaths);
3422
ImportPaths
= importPaths.AsReadOnly();
4 references to ImportPaths
Microsoft.DotNet.HotReload.Watch (1)
Build\LoadedProjectGraph.cs (1)
21
graph.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
279
foreach (var importPath in instance.
ImportPaths
)