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