2 writes to _sepCount
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (2)
411
_sepCount
= 0;
458
switch (
_sepCount
++)
16 references to _sepCount
System.Private.CoreLib (16)
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (16)
306
_sepCount
== 5
315
_sepCount
== 4
324
_sepCount
== MaxLiteralTokens
335
_sepCount
== 2
342
_sepCount
== 3
350
_sepCount
== 4
359
_sepCount
== 4
368
_sepCount
== 5
378
_sepCount
== 5
447
Debug.Assert(_tokenCount == (
_sepCount
+ _numCount), "tokenCount == (SepCount + NumCount)");
453
if (
_sepCount
>= MaxLiteralTokens || _tokenCount >= MaxTokens)
770
if (raw.
_sepCount
!= 6)
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)