2 references to allowFallbackKey
System (2)
net\System\Net\HybridWebProxyFinder.cs (2)
20
private const string allowFallbackKeyPath = @"HKEY_LOCAL_MACHINE\" +
allowFallbackKey
;
117
using (RegistryKey key = Registry.LocalMachine.OpenSubKey(
allowFallbackKey
))