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)
87Assert.Empty(msbuildToolsetSection.Toolsets.GetElement(0).AllProjectImportSearchPaths); 187Assert.Empty(msbuildToolsetSection.Toolsets.GetElement(0).AllProjectImportSearchPaths); 543Assert.Equal(3, msbuildToolsetSection.Toolsets.GetElement(0).AllProjectImportSearchPaths.Count); 544var allPaths = msbuildToolsetSection.Toolsets.GetElement(0).AllProjectImportSearchPaths;