2 instantiations of TimeZoneInformation
mscorlib (2)
system\timezoneinfo.cs (2)
234
Win32Native.TimeZoneInformation timeZoneInformation = new Win32Native.
TimeZoneInformation
();
1834
new Win32Native.
TimeZoneInformation
(dynamicTimeZoneInformation);
10 references to TimeZoneInformation
mscorlib (10)
microsoft\win32\unsafenativemethods.cs (1)
31
internal static extern int GetTimeZoneInformation(out Win32Native.
TimeZoneInformation
lpTimeZoneInformation);
microsoft\win32\win32native.cs (1)
309
public RegistryTimeZoneInformation(Win32Native.
TimeZoneInformation
tzi) {
system\timezoneinfo.cs (8)
234
Win32Native.
TimeZoneInformation
timeZoneInformation = new Win32Native.TimeZoneInformation();
1086
private TimeZoneInfo(Win32Native.
TimeZoneInformation
zone, Boolean dstDisabled) {
1307
static private Boolean CheckDaylightSavingTimeNotSupported(Win32Native.
TimeZoneInformation
timeZone) {
1424
static private String FindIdFromTimeZoneInformation(Win32Native.
TimeZoneInformation
timeZone, out Boolean dstDisabled) {
1833
Win32Native.
TimeZoneInformation
timeZoneInformation =
1911
static private TimeZoneInfo GetLocalTimeZoneFromWin32Data(Win32Native.
TimeZoneInformation
timeZoneInformation, Boolean dstDisabled) {
2456
static private Boolean TryCompareStandardDate(Win32Native.
TimeZoneInformation
timeZone, Win32Native.RegistryTimeZoneInformation registryTimeZoneInfo) {
2479
static private Boolean TryCompareTimeZoneInformationToRegistry(Win32Native.
TimeZoneInformation
timeZone, string id, out Boolean dstDisabled) {