5 writes to ImportPaths
Microsoft.Build (5)
Instance\ProjectInstance.cs (5)
471
ImportPaths
= lazyImportsList;
585
ImportPaths
= new ObjectModel.ReadOnlyCollection<string>(_importPaths);
810
ImportPaths
= new ObjectModel.ReadOnlyCollection<string>(_importPaths);
3188
ImportPaths
= new ObjectModel.ReadOnlyCollection<string>(_importPaths);
3338
ImportPaths
= 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)
873
projectInstance.
ImportPaths
.ToList().ShouldBe(expectedImportPaths);