4 writes to _context
System.Configuration.ConfigurationManager (4)
System\Configuration\ApplicationSettingsBase.cs (4)
100
_context
= new SettingsContext();
107
_context
= new SettingsContext();
546
_context
??= new SettingsContext();
607
_context
??= new SettingsContext();
7 references to _context
System.Configuration.ConfigurationManager (7)
System\Configuration\ApplicationSettingsBase.cs (7)
92
if (
_context
== null)
98
if (
_context
== null)
113
return
_context
;
547
_context
["GroupName"] = type.FullName;
548
_context
["SettingsKey"] = SettingsKey;
549
_context
["SettingsClassType"] = type;
608
_context
["GroupName"] = ((SettingsGroupNameAttribute)attr).GroupName;