7 references to ConfigurationSection
Microsoft.Build (7)
Definition\ToolsetConfigurationReader.cs (7)
84
if (
ConfigurationSection
!= null)
86
foreach (ToolsetElement toolset in
ConfigurationSection
.Toolsets)
109
protected override string DefaultToolsVersion =>
ConfigurationSection
?.Default;
114
protected override string MSBuildOverrideTasksPath =>
ConfigurationSection
?.MSBuildOverrideTasksPath;
120
protected override string DefaultOverrideToolsVersion =>
ConfigurationSection
?.DefaultOverrideToolsVersion;
159
ToolsetElement toolsetElement =
ConfigurationSection
.Toolsets.GetElement(toolsVersion);
220
ToolsetElement toolsetElement =
ConfigurationSection
.Toolsets.GetElement(toolsVersion);