10 references to Name
System.Configuration.ConfigurationManager (10)
System\Configuration\ApplicationSettingsBase.cs (3)
488
SettingsProvider existing = _providers[settingsProvider.
Name
];
567
if (sp.Provider != null && _providers[sp.Provider.
Name
] == null)
749
if (Providers[sp.Provider.
Name
] == null)
System\Configuration\BaseConfigurationRecord.cs (1)
3617
SR.Format(SR.Decryption_failed, protectionProvider.
Name
, e.Message), e, filename, lineNumber);
System\Configuration\MgmtConfigurationRecord.cs (2)
1672
configSection.SectionInformation.ProtectionProvider.
Name
);
1679
configSection.SectionInformation.ProtectionProvider.
Name
, e.Message),
System\Configuration\Provider\ProviderBase.cs (1)
17
public virtual string Description => string.IsNullOrEmpty(_description) ?
Name
: _description;
System\Configuration\Provider\ProviderCollection.cs (3)
44
if ((provider.
Name
== null) || (provider.
Name
.Length < 1))
47
_hashtable.Add(provider.
Name
, provider);