4 references to TryGetTimeZone
mscorlib (4)
system\timezoneinfo.cs (4)
947TryGetTimeZone(keyName, false, out value, out ex, cachedData); // populate the cache 1843if (TryGetTimeZone(dynamicTimeZoneInformation.TimeZoneKeyName, dstDisabled, out zone, out ex, cachedData) == TimeZoneInfoResult.Success) { 1855if (TryGetTimeZone(id, dstDisabled, out zone, out ex, cachedData) == TimeZoneInfoResult.Success) { 1968result = TryGetTimeZone(id, false, out value, out e, cachedData);