1 implementation of ExeProductName
System.Configuration.ConfigurationManager (1)
System\Configuration\Internal\ConfigurationManagerInternal.cs (1)
19
string IConfigurationManagerInternal.
ExeProductName
=> ClientConfigPaths.Current.ProductName;
2 references to ExeProductName
System.Configuration.ConfigurationManager (2)
System\Configuration\ApplicationSettingsBase.cs (2)
484
settingsProvider.ApplicationName = ConfigurationManagerInternalFactory.Instance.
ExeProductName
;
654
provider.ApplicationName = ConfigurationManagerInternalFactory.Instance.
ExeProductName
;