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