28 writes to DefaultValue
System.Configuration.ConfigurationManager (24)
System\Configuration\AppSettingsSection.cs (1)
31
[ConfigurationProperty("file",
DefaultValue
= "")]
System\Configuration\ConnectionStringSettings.cs (3)
43
Options = ConfigurationPropertyOptions.IsRequired | ConfigurationPropertyOptions.IsKey,
DefaultValue
= "")]
50
[ConfigurationProperty("connectionString", Options = ConfigurationPropertyOptions.IsRequired,
DefaultValue
= "")]
57
[ConfigurationProperty("providerName",
DefaultValue
= "System.Data.SqlClient")]
System\Configuration\IdnElement.cs (1)
32
[ConfigurationProperty(CommonConfigurationStrings.Enabled,
DefaultValue
= EnabledDefaultValue)]
System\Configuration\IriParsingElement.cs (1)
29
[ConfigurationProperty(CommonConfigurationStrings.Enabled,
DefaultValue
= EnabledDefaultValue)]
System\Configuration\KeyValueConfigurationElement.cs (2)
33
[ConfigurationProperty("key", Options = ConfigurationPropertyOptions.IsKey,
DefaultValue
= "")]
36
[ConfigurationProperty("value",
DefaultValue
= "")]
System\Configuration\NameValueConfigurationElement.cs (2)
26
[ConfigurationProperty("name", IsKey = true,
DefaultValue
= "")]
29
[ConfigurationProperty("value",
DefaultValue
= "")]
System\Configuration\ProtectedConfigurationSection.cs (1)
39
[ConfigurationProperty("defaultProvider",
DefaultValue
= "RsaProtectedConfigurationProvider")]
System\Configuration\SchemeSettingElement.cs (2)
16
DefaultValue
= null, IsRequired = true, IsKey = true)]
23
DefaultValue
= ConfigurationPropertyOptions.None, IsRequired = true)]
System\Configuration\SettingElement.cs (3)
64
[ConfigurationProperty("name", IsRequired = true, IsKey = true,
DefaultValue
= "")]
77
[ConfigurationProperty("serializeAs", IsRequired = true,
DefaultValue
= SettingsSerializeAs.String)]
90
[ConfigurationProperty("value", IsRequired = true,
DefaultValue
= null)]
System\Diagnostics\ListenerElementsCollection.cs (1)
127
[ConfigurationProperty("traceOutputOptions",
DefaultValue
= (TraceOptions)TraceOptions.None)]
System\Diagnostics\SourceElementsCollection.cs (1)
58
[ConfigurationProperty("name", IsRequired = true,
DefaultValue
= "")]
System\Diagnostics\SwitchElementsCollection.cs (1)
36
[ConfigurationProperty("name",
DefaultValue
= "", IsRequired = true, IsKey = true)]
System\Diagnostics\TraceSection.cs (3)
24
[ConfigurationProperty("autoflush",
DefaultValue
= false)]
27
[ConfigurationProperty("indentsize",
DefaultValue
= 4)]
33
[ConfigurationProperty("useGlobalLock",
DefaultValue
= true)]
System\Diagnostics\TypedElement.cs (2)
25
[ConfigurationProperty("initializeData",
DefaultValue
= "")]
41
[ConfigurationProperty("type", IsRequired = true,
DefaultValue
= "")]
System.Runtime.Caching (4)
System\Runtime\Caching\Configuration\MemoryCacheElement.cs (4)
70
[ConfigurationProperty("name",
DefaultValue
= "", IsRequired = true, IsKey = true)]
85
[ConfigurationProperty("physicalMemoryLimitPercentage",
DefaultValue
= (int)0)]
99
[ConfigurationProperty("cacheMemoryLimitMegabytes",
DefaultValue
= (int)0)]
113
[ConfigurationProperty("pollingInterval",
DefaultValue
= "00:02:00")]
1 reference to DefaultValue
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationProperty.cs (1)
294
object defaultValue = configurationProperty.
DefaultValue
;