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)
46
ToolsetConfigurationSection msbuildToolsetSection = config.
GetSection
(s_msbuildToolsets) as ToolsetConfigurationSection;
74
ConfigurationSection section = config.
GetSection
(s_msbuildToolsets);
110
ConfigurationSection section = config.
GetSection
(s_msbuildToolsets);
136
ConfigurationSection section = config.
GetSection
(s_msbuildToolsets);
176
ToolsetConfigurationSection msbuildToolsetSection = config.
GetSection
(s_msbuildToolsets) as ToolsetConfigurationSection;
220
config.
GetSection
(s_msbuildToolsets);
248
config.
GetSection
(s_msbuildToolsets);
274
config.
GetSection
(s_msbuildToolsets);
301
ToolsetConfigurationSection msbuildToolsetSection = config.
GetSection
(s_msbuildToolsets) as ToolsetConfigurationSection;
340
config.
GetSection
(s_msbuildToolsets);
365
config.
GetSection
(s_msbuildToolsets);
391
config.
GetSection
(s_msbuildToolsets);
417
config.
GetSection
(s_msbuildToolsets);
445
ToolsetConfigurationSection msbuildToolsetSection = config.
GetSection
(s_msbuildToolsets) as ToolsetConfigurationSection;
480
ToolsetConfigurationSection msbuildToolsetSection = config.
GetSection
(s_msbuildToolsets) as ToolsetConfigurationSection;
532
ToolsetConfigurationSection msbuildToolsetSection = config.
GetSection
(s_msbuildToolsets) as ToolsetConfigurationSection;
625
config.
GetSection
(s_msbuildToolsets);
658
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");