2 references to c_timeZoneInfoValue
mscorlib (2)
system\timezoneinfo.cs (2)
2503
Byte[] regValue = (Byte[])key.GetValue(
c_timeZoneInfoValue
, null, RegistryValueOptions.None) as Byte[];
2789
Byte[] regValue = key.GetValue(
c_timeZoneInfoValue
, null, RegistryValueOptions.None) as Byte[];