2 references to GetAppConfigValueName
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);