4 writes to _context
System.Configuration.ConfigurationManager (4)
System\Configuration\ApplicationSettingsBase.cs (4)
103
_context
= new SettingsContext();
110
_context
= new SettingsContext();
549
_context
??= new SettingsContext();
610
_context
??= new SettingsContext();
7 references to _context
System.Configuration.ConfigurationManager (7)
System\Configuration\ApplicationSettingsBase.cs (7)
95
if (
_context
== null)
101
if (
_context
== null)
116
return
_context
;
550
_context
["GroupName"] = type.FullName;
551
_context
["SettingsKey"] = SettingsKey;
552
_context
["SettingsClassType"] = type;
611
_context
["GroupName"] = ((SettingsGroupNameAttribute)attr).GroupName;