10 references to TimeZoneDisplayNameType
System.Private.CoreLib (10)
src\libraries\Common\src\Interop\Interop.TimeZoneInfo.cs (1)
15
TimeZoneDisplayNameType
type,
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.FullGlobalizationData.Unix.cs (9)
47
GetDisplayName(UtcId, Interop.Globalization.
TimeZoneDisplayNameType
.Standard, uiCulture.Name, ref standardDisplayName);
92
GetDisplayName(timeZoneId, Interop.Globalization.
TimeZoneDisplayNameType
.Standard, UICulture.Name, ref displayName);
97
GetDisplayName(timeZoneId, Interop.Globalization.
TimeZoneDisplayNameType
.DaylightSavings, UICulture.Name, ref displayName);
101
private static unsafe void GetDisplayName(string timeZoneId, Interop.Globalization.
TimeZoneDisplayNameType
nameType, string uiCulture, ref string? displayName)
177
GetDisplayName(timeZoneId, Interop.Globalization.
TimeZoneDisplayNameType
.Generic, uiCulture.Name, ref genericName);
186
GetDisplayName(timeZoneId, Interop.Globalization.
TimeZoneDisplayNameType
.GenericLocation, uiCulture.Name, ref genericLocationName);
193
GetDisplayName(GmtId, Interop.Globalization.
TimeZoneDisplayNameType
.GenericLocation, uiCulture.Name, ref gmtLocationName);
203
GetDisplayName(GmtId, Interop.Globalization.
TimeZoneDisplayNameType
.Generic, uiCulture.Name, ref gmtGenericName);
278
GetDisplayName(timeZoneId, Interop.Globalization.
TimeZoneDisplayNameType
.ExemplarCity, uiCultureName, ref exemplarCityName);