26 writes to
System.Configuration.ConfigurationManager (26)
System\Configuration\AppSettingsSection.cs (1)
39
set { base
[
s_propFile] = value; }
System\Configuration\ConnectionStringSettings.cs (3)
47
set { base
[
s_propName] = value; }
54
set { base
[
s_propConnectionString] = value; }
61
set { base
[
s_propProviderName] = value; }
System\Configuration\DateTimeConfigurationElement.cs (1)
31
set { base
[
s_propValue] = value; }
System\Configuration\IdnElement.cs (1)
36
set { this
[
_enabled] = value; }
System\Configuration\IriParsingElement.cs (1)
33
set { this
[
_enabled] = value; }
System\Configuration\KeyValueConfigurationElement.cs (2)
40
set { base
[
s_propValue] = value; }
53
base
[
s_propKey] = _initKey;
System\Configuration\NameValueConfigurationElement.cs (3)
20
base
[
s_propName] = name;
21
base
[
s_propValue] = value;
33
set { base
[
s_propValue] = value; }
System\Configuration\ProtectedConfigurationSection.cs (1)
43
set { base
[
s_propDefaultProvider] = value; }
System\Configuration\ProviderSettings.cs (4)
51
set { base
[
_propName] = value; }
58
set { base
[
_propType] = value; }
176
base
[
setPropName] = value;
183
base
[
propName] = value; // Add them to the property bag
System\Configuration\SettingElement.cs (3)
73
base
[
s_propName] = value;
86
base
[
s_propSerializeAs] = value;
99
base
[
s_propValue] = value;
System\Diagnostics\ListenerElementsCollection.cs (3)
123
this
[
s_propName] = value;
137
this
[
s_propOutputOpts] = value;
151
this
[
_propListenerTypeName] = value;
System\Diagnostics\TypedElement.cs (2)
35
this
[
s_propInitData] = value;
50
this
[
s_propTypeName] = value;
System\Drawing\Configuration\SystemDrawingSection.cs (1)
18
set => this
[
s_bitmapSuffix] = value;
77 references to
System.Configuration.ConfigurationManager (76)
System\Configuration\AppSettingsSection.cs (3)
29
public KeyValueConfigurationCollection Settings => (KeyValueConfigurationCollection)base
[
s_propAppSettings];
36
string fileValue = (string)base
[
s_propFile];
81
if (!string.IsNullOrEmpty((string)base
[
s_propFile]))
System\Configuration\ClientSettingsSection.cs (1)
31
return (SettingElementCollection)base
[
s_propSettings];
System\Configuration\ConfigurationElement.cs (22)
178
return this
[
prop];
295
collection = this
[
Properties.DefaultCollectionProperty] as ConfigurationElementCollection;
329
ConfigurationElementCollection collection = this
[
Properties.DefaultCollectionProperty] as ConfigurationElementCollection;
348
((ConfigurationElement)this
[
prop]).SetLocked();
456
ConfigurationElement elem = this
[
prop] as ConfigurationElement;
461
ConfigurationElementCollection collection = this
[
prop] as ConfigurationElementCollection;
574
ConfigurationElementCollection collection = this
[
Properties.DefaultCollectionProperty] as ConfigurationElementCollection;
597
ConfigurationElementCollection collection = this
[
Properties.DefaultCollectionProperty] as ConfigurationElementCollection;
664
ConfigurationElement childElement = (ConfigurationElement)this
[
prop];
703
object o = this
[
configProperty];
704
if (o != null) hHashCode ^= this
[
configProperty].GetHashCode();
999
ConfigurationElement childElement = (ConfigurationElement)this
[
prop];
1000
if ((ConfigurationElement)sourceElement
[
prop] != null)
1002
childElement.Unmerge((ConfigurationElement)sourceElement
[
prop],
1336
this
[
Properties.DefaultCollectionProperty] as ConfigurationElementCollection;
1397
defaultCollection = (ConfigurationElement)this
[
defaultCollectionProperty];
1523
ConfigurationElement childElement = (ConfigurationElement)this
[
prop];
1631
ConfigurationElementCollection collection = this
[
props.DefaultCollectionProperty] as ConfigurationElementCollection;
1649
((ConfigurationElement)this
[
prop]).SetLocked();
1671
ConfigurationElementCollection collection = this
[
props.DefaultCollectionProperty] as ConfigurationElementCollection;
1684
((ConfigurationElement)this
[
prop]).SetLocked();
1690
defaultCollection = (ConfigurationElement)this
[
defaultCollectionProperty];
System\Configuration\ConfigurationLockCollection.cs (1)
142
_thisElement
[
_thisElement.Properties.DefaultCollectionProperty] as
System\Configuration\ConnectionStringSettings.cs (3)
46
get { return (string)base
[
s_propName]; }
53
get { return (string)base
[
s_propConnectionString]; }
60
get { return (string)base
[
s_propProviderName]; }
System\Configuration\ConnectionStringsSection.cs (1)
18
=> (ConnectionStringSettingsCollection)base
[
s_propConnectionStrings];
System\Configuration\DateTimeConfigurationElement.cs (1)
30
get { return (DateTime)base
[
s_propValue]; }
System\Configuration\ElementInformation.cs (1)
36
_thisElement
[
_thisElement.Properties.DefaultCollectionProperty] as
System\Configuration\IdnElement.cs (1)
35
get { return (UriIdnScope)this
[
_enabled]; }
System\Configuration\IriParsingElement.cs (1)
32
get { return (bool)this
[
_enabled]; }
System\Configuration\KeyValueConfigurationElement.cs (2)
34
public string Key => (string)base
[
s_propKey];
39
get { return (string)base
[
s_propValue]; }
System\Configuration\NameValueConfigurationElement.cs (2)
27
public string Name => (string)base
[
s_propName];
32
get { return (string)base
[
s_propValue]; }
System\Configuration\ProtectedConfigurationSection.cs (2)
34
private ProtectedProviderSettings ProtectedProviders => (ProtectedProviderSettings)base
[
s_propProviders];
42
get { return (string)base
[
s_propDefaultProvider]; }
System\Configuration\ProtectedProviderSettings.cs (1)
26
public ProviderSettingsCollection Providers => (ProviderSettingsCollection)base
[
_propProviders];
System\Configuration\ProviderSettings.cs (4)
50
get { return (string)base
[
_propName]; }
57
get { return (string)base
[
_propType]; }
75
_propertyNameCollection.Add(prop.Name, (string)base
[
prop]);
159
return (string)base
[
prop];
System\Configuration\SchemeSettingElement.cs (2)
19
get { return (string)this
[
s_name]; }
26
get { return (GenericUriParserOptions)this
[
s_genericUriParserOptions]; }
System\Configuration\SettingElement.cs (3)
69
return (string)base
[
s_propName];
82
return (SettingsSerializeAs)base
[
s_propSerializeAs];
95
return (SettingValueElement)base
[
s_propValue];
System\Configuration\UriSection.cs (3)
28
public IdnElement Idn => (IdnElement)this
[
_idn];
31
public IriParsingElement IriParsing => (IriParsingElement)this
[
_iriParsing];
34
public SchemeSettingElementCollection SchemeSettings => (SchemeSettingElementCollection)this
[
_schemeSettings];
System\Diagnostics\ListenerElementsCollection.cs (4)
112
public FilterElement Filter => (FilterElement)this
[
s_propFilter];
119
return (string)this
[
s_propName];
132
return (TraceOptions)this
[
s_propOutputOpts];
147
return (string)this
[
_propListenerTypeName];
System\Diagnostics\SourceElementsCollection.cs (5)
56
public ListenerElementsCollection Listeners => (ListenerElementsCollection)this
[
_propListeners];
59
public string Name => (string)this
[
_propName];
64
public string SwitchName => (string)this
[
_propSwitchName];
67
public string SwitchValue => (string)this
[
_propSwitchValue];
70
public string SwitchType => (string)this
[
_propSwitchType];
System\Diagnostics\SwitchElementsCollection.cs (2)
37
public string Name => (string)this
[
_propName];
42
public string Value => (string)this
[
_propValue];
System\Diagnostics\SystemDiagnosticsSection.cs (4)
27
public SourceElementsCollection Sources => (SourceElementsCollection)base
[
s_propSources];
30
public ListenerElementsCollection SharedListeners => (ListenerElementsCollection)base
[
s_propSharedListeners];
33
public SwitchElementsCollection Switches => (SwitchElementsCollection)base
[
s_propSwitches];
36
public TraceSection Trace => (TraceSection)base
[
s_propTrace];
System\Diagnostics\TraceSection.cs (4)
25
public bool AutoFlush => (bool)this
[
s_propAutoFlush];
28
public int IndentSize => (int)this
[
s_propIndentSize];
31
public ListenerElementsCollection Listeners => (ListenerElementsCollection)this
[
s_propListeners];
34
public bool UseGlobalLock => (bool)this
[
s_propUseGlobalLock];
System\Diagnostics\TypedElement.cs (2)
30
return (string)this
[
s_propInitData];
46
return (string)this
[
s_propTypeName];
System\Drawing\Configuration\SystemDrawingSection.cs (1)
17
get => (string)this
[
s_bitmapSuffix];
System.Runtime.Caching (1)
System\Runtime\Caching\Configuration\MemoryCacheSection.cs (1)
52
return (MemoryCacheSettingsCollection)base
[
s_propNamedCaches];