13 references to GetElement
Microsoft.Build.Engine.UnitTests (13)
Definition\ToolsetConfigurationReader_Tests.cs (13)
86
msbuildToolsetSection.Toolsets.GetElement("2.0").PropertyElements.
GetElement
("MSBuildBinPath").Value);
186
msbuildToolsetSection.Toolsets.GetElement("2.0").PropertyElements.
GetElement
("MSBuildBinPath").Value);
310
msbuildToolsetSection.Toolsets.GetElement("4.0").PropertyElements.
GetElement
("MSBuildBinPath").Value);
454
msbuildToolsetSection.Toolsets.GetElement("2.0").PropertyElements.
GetElement
("MSBuildBinPath").Value);
457
msbuildToolsetSection.Toolsets.GetElement("2.0").PropertyElements.
GetElement
("SomeOtherPropertyName").Value);
488
msbuildToolsetSection.Toolsets.GetElement("2.0").PropertyElements.
GetElement
("MSBuildBinPath").Value);
490
msbuildToolsetSection.Toolsets.GetElement("2.0").PropertyElements.
GetElement
("SomeOtherPropertyName").Value);
542
msbuildToolsetSection.Toolsets.GetElement("2.0").PropertyElements.
GetElement
("MSBuildBinPath").Value);
548
Assert.Equal(@"c:\foo", allPaths.GetElement(0).PropertyElements.
GetElement
("MSBuildExtensionsPath").Value);
549
Assert.Equal(@"c:\foo64;c:\bar64", allPaths.GetElement(0).PropertyElements.
GetElement
("MSBuildExtensionsPath64").Value);
553
Assert.Equal(@"/tmp/foo", allPaths.GetElement(1).PropertyElements.
GetElement
("MSBuildExtensionsPath").Value);
554
Assert.Equal(@"/tmp/foo32;/tmp/bar32", allPaths.GetElement(1).PropertyElements.
GetElement
("MSBuildExtensionsPath32").Value);
558
Assert.Equal(@"/tmp/bar", allPaths.GetElement(2).PropertyElements.
GetElement
("MSBuildExtensionsPath").Value);