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