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