5 references to RequireFull
mscorlib (5)
system\globalization\timespanparse.cs (5)
791
if (raw.SepCount != 5 || raw.NumCount != 4 || (style & TimeSpanStandardStyles.
RequireFull
) != 0) {
899
if (raw.SepCount != 4 || raw.NumCount != 3 || (style & TimeSpanStandardStyles.
RequireFull
) != 0) {
1008
if (raw.SepCount != 3 || raw.NumCount != 2 || (style & TimeSpanStandardStyles.
RequireFull
) != 0) {
1068
if (raw.SepCount != 2 || raw.NumCount != 1 || (style & TimeSpanStandardStyles.
RequireFull
) != 0) {
1153
style = TimeSpanStandardStyles.Localized | TimeSpanStandardStyles.
RequireFull
;