9 references to YearSpace
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (9)
693dtok.dtt = DTT.YearSpace; 702dtok.dtt = DTT.YearSpace; 723&& (s_dateParsingStates[(int)dps][(int)DTT.YearSpace] > DS.ERROR)) 727dtok.dtt = DTT.YearSpace; 893dtok.dtt = DTT.YearSpace; 898if (s_dateParsingStates[(int)dps][(int)DTT.YearSpace] > DS.ERROR) 902dtok.dtt = DTT.YearSpace; 2588if (dtok.dtt == DTT.YearEnd || dtok.dtt == DTT.YearSpace || dtok.dtt == DTT.YearDateSep) 2610case DTT.YearDateSep: dtok.dtt = atEnd ? DTT.YearEnd : DTT.YearSpace; break;