27 references to GetSection
Microsoft.Build (2)
ToolsetElement.cs (2)
71
ConfigurationSection msbuildSection = configuration.
GetSection
("msbuildToolsets");
96
configurationSection = configuration.
GetSection
("msbuildToolsets") as ToolsetConfigurationSection;
Microsoft.Build.Engine.UnitTests (18)
Definition\ToolsetConfigurationReader_Tests.cs (18)
47
ToolsetConfigurationSection msbuildToolsetSection = config.
GetSection
(s_msbuildToolsets) as ToolsetConfigurationSection;
75
ConfigurationSection section = config.
GetSection
(s_msbuildToolsets);
111
ConfigurationSection section = config.
GetSection
(s_msbuildToolsets);
137
ConfigurationSection section = config.
GetSection
(s_msbuildToolsets);
177
ToolsetConfigurationSection msbuildToolsetSection = config.
GetSection
(s_msbuildToolsets) as ToolsetConfigurationSection;
221
config.
GetSection
(s_msbuildToolsets);
249
config.
GetSection
(s_msbuildToolsets);
275
config.
GetSection
(s_msbuildToolsets);
302
ToolsetConfigurationSection msbuildToolsetSection = config.
GetSection
(s_msbuildToolsets) as ToolsetConfigurationSection;
341
config.
GetSection
(s_msbuildToolsets);
366
config.
GetSection
(s_msbuildToolsets);
392
config.
GetSection
(s_msbuildToolsets);
418
config.
GetSection
(s_msbuildToolsets);
446
ToolsetConfigurationSection msbuildToolsetSection = config.
GetSection
(s_msbuildToolsets) as ToolsetConfigurationSection;
481
ToolsetConfigurationSection msbuildToolsetSection = config.
GetSection
(s_msbuildToolsets) as ToolsetConfigurationSection;
533
ToolsetConfigurationSection msbuildToolsetSection = config.
GetSection
(s_msbuildToolsets) as ToolsetConfigurationSection;
626
config.
GetSection
(s_msbuildToolsets);
659
config.
GetSection
(s_msbuildToolsets);
Microsoft.Build.Utilities.Core (2)
ToolsetElement.cs (2)
71
ConfigurationSection msbuildSection = configuration.
GetSection
("msbuildToolsets");
96
configurationSection = configuration.
GetSection
("msbuildToolsets") as ToolsetConfigurationSection;
System.Configuration.ConfigurationManager (5)
System\Configuration\ClientSettingsStore.cs (3)
42
section = config.
GetSection
(fullSectionName) as ClientSettingsSection;
48
section = config.
GetSection
(fullSectionName) as ClientSettingsSection;
136
ClientSettingsSection section = config.
GetSection
(prefix + sectionName) as ClientSettingsSection;
System\Configuration\Configuration.cs (2)
78
public AppSettingsSection AppSettings => (AppSettingsSection)
GetSection
("appSettings");
80
public ConnectionStringsSection ConnectionStrings => (ConnectionStringsSection)
GetSection
("connectionStrings");