1 implementation of ExeRoamingConfigPath
System.Configuration.ConfigurationManager (1)
System\Configuration\Internal\ConfigurationManagerInternal.cs (1)
26
string IConfigurationManagerInternal.
ExeRoamingConfigPath
=> ClientConfigPaths.Current.RoamingConfigFilename;
2 references to ExeRoamingConfigPath
System.Configuration.ConfigurationManager (2)
System\Configuration\ClientSettingsStore.cs (2)
277
string.Equals(filename, ConfigurationManagerInternalFactory.Instance.
ExeRoamingConfigPath
, StringComparison.OrdinalIgnoreCase);
315
string.Equals(streamName, ConfigurationManagerInternalFactory.Instance.
ExeRoamingConfigPath
, StringComparison.OrdinalIgnoreCase))