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