5 references to RequireFull
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (5)
840if (raw._sepCount != 5 || (style & TimeSpanStandardStyles.RequireFull) != 0) 966if (raw._sepCount != 4 || (style & TimeSpanStandardStyles.RequireFull) != 0) 1092if (raw._sepCount != 3 || (style & TimeSpanStandardStyles.RequireFull) != 0) 1161if (raw._sepCount != 2 || (style & TimeSpanStandardStyles.RequireFull) != 0) 1241'G' => TryParseTimeSpan(input, TimeSpanStandardStyles.Localized | TimeSpanStandardStyles.RequireFull, formatProvider, ref result),