3 references to ExtensionsPathsElementCollection
Microsoft.Build (2)
ToolsetElement.cs (2)
153
public
ExtensionsPathsElementCollection
AllProjectImportSearchPaths
157
return (
ExtensionsPathsElementCollection
)base["projectImportSearchPaths"];
Microsoft.Build.Engine.UnitTests (1)
Definition\ToolsetConfigurationReader_Tests.cs (1)
545
var
allPaths = msbuildToolsetSection.Toolsets.GetElement(0).AllProjectImportSearchPaths;