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)
83
Assert.Single(msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements);
86
msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements.GetElement("MSBuildBinPath").Value);
183
Assert.Single(msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements);
186
msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements.GetElement("MSBuildBinPath").Value);
307
Assert.Single(msbuildToolsetSection.Toolsets.
GetElement
("4.0").PropertyElements);
310
msbuildToolsetSection.Toolsets.
GetElement
("4.0").PropertyElements.GetElement("MSBuildBinPath").Value);
450
Assert.Equal(2, msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements.Count);
454
msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements.GetElement("MSBuildBinPath").Value);
457
msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements.GetElement("SomeOtherPropertyName").Value);
486
Assert.Equal(2, msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements.Count);
488
msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements.GetElement("MSBuildBinPath").Value);
490
msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements.GetElement("SomeOtherPropertyName").Value);
539
Assert.Equal(2, msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements.Count);
542
msbuildToolsetSection.Toolsets.
GetElement
("2.0").PropertyElements.GetElement("MSBuildBinPath").Value);