9 references to YearSpace
mscorlib (9)
system\globalization\datetimeparse.cs (9)
690
dtok.dtt = DTT.
YearSpace
;
697
dtok.dtt = DTT.
YearSpace
;
720
&& (dateParsingStates[(int)dps][(int) DTT.
YearSpace
] > DS.ERROR)) {
723
dtok.dtt = DTT.
YearSpace
;
881
dtok.dtt = DTT.
YearSpace
;
886
if (dateParsingStates[(int)dps][(int) DTT.
YearSpace
] > DS.ERROR) {
889
dtok.dtt = DTT.
YearSpace
;
2431
if (dtok.dtt == DTT.YearEnd || dtok.dtt == DTT.
YearSpace
|| dtok.dtt == DTT.YearDateSep)
2453
case DTT.YearDateSep: dtok.dtt = atEnd ? DTT.YearEnd : DTT.
YearSpace
; break;