12 references to TimeZoneDisplayNameType
System.Private.CoreLib (12)
LibraryImports.g.cs (2)
4594
internal static unsafe partial global::Interop.Globalization.ResultCode GetTimeZoneDisplayName(string localeName, string timeZoneId, global::Interop.Globalization.
TimeZoneDisplayNameType
type, char* result, int resultLength)
4607
static extern unsafe global::Interop.Globalization.ResultCode __PInvoke(ushort* __localeName_native, ushort* __timeZoneId_native, global::Interop.Globalization.
TimeZoneDisplayNameType
__type_native, char* __result_native, int __resultLength_native);
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);