13 references to GetElement
Microsoft.Build.Engine.UnitTests (13)
Definition\ToolsetConfigurationReader_Tests.cs (13)
85
msbuildToolsetSection.Toolsets.GetElement("2.0").PropertyElements.
GetElement
("MSBuildBinPath").Value);
185
msbuildToolsetSection.Toolsets.GetElement("2.0").PropertyElements.
GetElement
("MSBuildBinPath").Value);
309
msbuildToolsetSection.Toolsets.GetElement("4.0").PropertyElements.
GetElement
("MSBuildBinPath").Value);
453
msbuildToolsetSection.Toolsets.GetElement("2.0").PropertyElements.
GetElement
("MSBuildBinPath").Value);
456
msbuildToolsetSection.Toolsets.GetElement("2.0").PropertyElements.
GetElement
("SomeOtherPropertyName").Value);
487
msbuildToolsetSection.Toolsets.GetElement("2.0").PropertyElements.
GetElement
("MSBuildBinPath").Value);
489
msbuildToolsetSection.Toolsets.GetElement("2.0").PropertyElements.
GetElement
("SomeOtherPropertyName").Value);
541
msbuildToolsetSection.Toolsets.GetElement("2.0").PropertyElements.
GetElement
("MSBuildBinPath").Value);
547
Assert.Equal(@"c:\foo", allPaths.GetElement(0).PropertyElements.
GetElement
("MSBuildExtensionsPath").Value);
548
Assert.Equal(@"c:\foo64;c:\bar64", allPaths.GetElement(0).PropertyElements.
GetElement
("MSBuildExtensionsPath64").Value);
552
Assert.Equal(@"/tmp/foo", allPaths.GetElement(1).PropertyElements.
GetElement
("MSBuildExtensionsPath").Value);
553
Assert.Equal(@"/tmp/foo32;/tmp/bar32", allPaths.GetElement(1).PropertyElements.
GetElement
("MSBuildExtensionsPath32").Value);
557
Assert.Equal(@"/tmp/bar", allPaths.GetElement(2).PropertyElements.
GetElement
("MSBuildExtensionsPath").Value);