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