36 references to None
System.Configuration.ConfigurationManager (32)
System\Configuration\AppSettingsSection.cs (1)
56options: ConfigurationPropertyOptions.None);
System\Configuration\ConfigurationProperty.cs (2)
24ConstructorInit(name, type, ConfigurationPropertyOptions.None, null, null, null); 39: this(name, type, defaultValue, ConfigurationPropertyOptions.None)
System\Configuration\ConfigurationPropertyAttribute.cs (1)
20public ConfigurationPropertyOptions Options { get; set; } = ConfigurationPropertyOptions.None;
System\Configuration\ConnectionStringSettings.cs (1)
17new ConfigurationProperty("providerName", typeof(string), string.Empty, ConfigurationPropertyOptions.None);
System\Configuration\IdnElement.cs (1)
17EnabledDefaultValue, new UriIdnScopeTypeConverter(), null, ConfigurationPropertyOptions.None);
System\Configuration\IriParsingElement.cs (1)
14ConfigurationPropertyOptions.None);
System\Configuration\KeyValueConfigurationElement.cs (1)
13new ConfigurationProperty("value", typeof(string), string.Empty, ConfigurationPropertyOptions.None);
System\Configuration\NameValueConfigurationElement.cs (1)
12new ConfigurationProperty("value", typeof(string), string.Empty, ConfigurationPropertyOptions.None);
System\Configuration\ProtectedConfigurationSection.cs (2)
18ConfigurationPropertyOptions.None); 26options: ConfigurationPropertyOptions.None);
System\Configuration\SchemeSettingElement.cs (1)
23DefaultValue = ConfigurationPropertyOptions.None, IsRequired = true)]
System\Configuration\UriSection.cs (3)
11typeof(IdnElement), null, ConfigurationPropertyOptions.None); 14CommonConfigurationStrings.IriParsing, typeof(IriParsingElement), null, ConfigurationPropertyOptions.None); 18typeof(SchemeSettingElementCollection), null, ConfigurationPropertyOptions.None);
System\Diagnostics\ListenerElementsCollection.cs (3)
81private static readonly ConfigurationProperty s_propFilter = new("filter", typeof(FilterElement), null, ConfigurationPropertyOptions.None); 83private static readonly ConfigurationProperty s_propOutputOpts = new("traceOutputOptions", typeof(TraceOptions), TraceOptions.None, ConfigurationPropertyOptions.None); 96ConfigurationPropertyOptions flags = ConfigurationPropertyOptions.None;
System\Diagnostics\SourceElementsCollection.cs (4)
37private static readonly ConfigurationProperty _propSwitchName = new("switchName", typeof(string), null, ConfigurationPropertyOptions.None); 38private static readonly ConfigurationProperty _propSwitchValue = new("switchValue", typeof(string), null, ConfigurationPropertyOptions.None); 39private static readonly ConfigurationProperty _propSwitchType = new("switchType", typeof(string), null, ConfigurationPropertyOptions.None); 40private static readonly ConfigurationProperty _propListeners = new("listeners", typeof(ListenerElementsCollection), new ListenerElementsCollection(), ConfigurationPropertyOptions.None);
System\Diagnostics\SystemDiagnosticsSection.cs (4)
11private static readonly ConfigurationProperty s_propSources = new("sources", typeof(SourceElementsCollection), new SourceElementsCollection(), ConfigurationPropertyOptions.None); 12private static readonly ConfigurationProperty s_propSharedListeners = new("sharedListeners", typeof(SharedListenerElementsCollection), new SharedListenerElementsCollection(), ConfigurationPropertyOptions.None); 13private static readonly ConfigurationProperty s_propSwitches = new("switches", typeof(SwitchElementsCollection), new SwitchElementsCollection(), ConfigurationPropertyOptions.None); 14private static readonly ConfigurationProperty s_propTrace = new("trace", typeof(TraceSection), new TraceSection(), ConfigurationPropertyOptions.None);
System\Diagnostics\TraceSection.cs (4)
11private static readonly ConfigurationProperty s_propListeners = new("listeners", typeof(ListenerElementsCollection), null, ConfigurationPropertyOptions.None); 12private static readonly ConfigurationProperty s_propAutoFlush = new("autoflush", typeof(bool), false, ConfigurationPropertyOptions.None); 13private static readonly ConfigurationProperty s_propIndentSize = new("indentsize", typeof(int), 4, ConfigurationPropertyOptions.None); 14private static readonly ConfigurationProperty s_propUseGlobalLock = new("useGlobalLock", typeof(bool), true, ConfigurationPropertyOptions.None);
System\Diagnostics\TypedElement.cs (1)
10protected static readonly ConfigurationProperty s_propInitData = new("initializeData", typeof(string), string.Empty, ConfigurationPropertyOptions.None);
System\Drawing\Configuration\SystemDrawingSection.cs (1)
26new ConfigurationProperty(BitmapSuffixSectionName, typeof(string), null, ConfigurationPropertyOptions.None);
System.Runtime.Caching (4)
System\Runtime\Caching\Configuration\MemoryCacheElement.cs (3)
30ConfigurationPropertyOptions.None); 37ConfigurationPropertyOptions.None); 44ConfigurationPropertyOptions.None);
System\Runtime\Caching\Configuration\MemoryCacheSection.cs (1)
32ConfigurationPropertyOptions.None);