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