16 references to GetElement
Microsoft.Build (2)
Definition\ToolsetConfigurationReader.cs (2)
159
ToolsetElement toolsetElement = ConfigurationSection.Toolsets.
GetElement
(toolsVersion);
220
ToolsetElement toolsetElement = ConfigurationSection.Toolsets.
GetElement
(toolsVersion);
Microsoft.Build.Engine.UnitTests (14)
Definition\ToolsetConfigurationReader_Tests.cs (14)
82
Assert.Single(msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements);
85
msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements.GetElement("MSBuildBinPath").Value);
182
Assert.Single(msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements);
185
msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements.GetElement("MSBuildBinPath").Value);
306
Assert.Single(msbuildToolsetSection.Toolsets.
GetElement
("4.0").PropertyElements);
309
msbuildToolsetSection.Toolsets.
GetElement
("4.0").PropertyElements.GetElement("MSBuildBinPath").Value);
449
Assert.Equal(2, msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements.Count);
453
msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements.GetElement("MSBuildBinPath").Value);
456
msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements.GetElement("SomeOtherPropertyName").Value);
485
Assert.Equal(2, msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements.Count);
487
msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements.GetElement("MSBuildBinPath").Value);
489
msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements.GetElement("SomeOtherPropertyName").Value);
538
Assert.Equal(2, msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements.Count);
541
msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements.GetElement("MSBuildBinPath").Value);