5 references to AllProjectImportSearchPaths
Microsoft.Build (1)
Definition\ToolsetConfigurationReader.cs (1)
221var propertyCollection = toolsetElement?.AllProjectImportSearchPaths?.GetElement(os)?.PropertyElements;
Microsoft.Build.Engine.UnitTests (4)
Definition\ToolsetConfigurationReader_Tests.cs (4)
88Assert.Empty(msbuildToolsetSection.Toolsets.GetElement(0).AllProjectImportSearchPaths); 188Assert.Empty(msbuildToolsetSection.Toolsets.GetElement(0).AllProjectImportSearchPaths); 544Assert.Equal(3, msbuildToolsetSection.Toolsets.GetElement(0).AllProjectImportSearchPaths.Count); 545var allPaths = msbuildToolsetSection.Toolsets.GetElement(0).AllProjectImportSearchPaths;