4 references to EnabledDefaultValue
System (4)
net\System\Net\Configuration\IriParsingElement.cs (2)
27
[ConfigurationProperty(CommonConfigurationStrings.Enabled, DefaultValue =
EnabledDefaultValue
)]
37
new ConfigurationProperty(CommonConfigurationStrings.Enabled, typeof(bool),
EnabledDefaultValue
,
net\System\Net\Configuration\UriSection.cs (1)
230
bool iriParsing = resultSectionData.IriParsing ?? IriParsingElement.
EnabledDefaultValue
;
net\System\URI.cs (1)
961
(UriParser.ShouldUseLegacyV2Quirks ? IriParsingElement.
EnabledDefaultValue
: true);