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