3 references to TryConvertIanaIdToWindowsId
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.cs (3)
899
bool hasIanaId =
TryConvertIanaIdToWindowsId
(id, allocate: false, out _);
952
bool hasIanaId =
TryConvertIanaIdToWindowsId
(id, allocate: false, out _);
971
public static bool TryConvertIanaIdToWindowsId(string ianaId, [NotNullWhen(true)] out string? windowsId) =>
TryConvertIanaIdToWindowsId
(ianaId, allocate: true, out windowsId);