2 references to timeZoneOffsetLookup
System (2)
net\System\Net\mail\SmtpDateTime.cs (2)
401
if (
timeZoneOffsetLookup
.ContainsKey(timeZoneString))
403
timeZone =
timeZoneOffsetLookup
[timeZoneString];