7 references to ConfigurationSection
Microsoft.Build (7)
Definition\ToolsetConfigurationReader.cs (7)
83
if (
ConfigurationSection
!= null)
85
foreach (ToolsetElement toolset in
ConfigurationSection
.Toolsets)
108
protected override string DefaultToolsVersion =>
ConfigurationSection
?.Default;
113
protected override string MSBuildOverrideTasksPath =>
ConfigurationSection
?.MSBuildOverrideTasksPath;
119
protected override string DefaultOverrideToolsVersion =>
ConfigurationSection
?.DefaultOverrideToolsVersion;
158
ToolsetElement toolsetElement =
ConfigurationSection
.Toolsets.GetElement(toolsVersion);
219
ToolsetElement toolsetElement =
ConfigurationSection
.Toolsets.GetElement(toolsVersion);