2 references to GetAppConfigPath
System (2)
net\System\Net\NetRegistryConfiguration.cs (2)
80
object value = ReadConfig(
GetAppConfigPath
(configVariable), GetAppConfigValueName(), RegistryValueKind.DWord);
100
object value = ReadConfig(
GetAppConfigPath
(configVariable), GetAppConfigValueName(), RegistryValueKind.String);