1 instantiation of TimeSpanRawInfo
mscorlib (1)
system\globalization\timespanparse.cs (1)
653TimeSpanRawInfo raw = new TimeSpanRawInfo();
7 references to TimeSpanRawInfo
mscorlib (7)
system\globalization\timespanparse.cs (7)
653TimeSpanRawInfo raw = new TimeSpanRawInfo(); 697private static Boolean ProcessTerminalState(ref TimeSpanRawInfo raw, TimeSpanStandardStyles style, ref TimeSpanResult result) { 731private static Boolean ProcessTerminal_DHMSF(ref TimeSpanRawInfo raw, TimeSpanStandardStyles style, ref TimeSpanResult result) { 790private static Boolean ProcessTerminal_HMS_F_D(ref TimeSpanRawInfo raw, TimeSpanStandardStyles style, ref TimeSpanResult result) { 898private static Boolean ProcessTerminal_HM_S_D(ref TimeSpanRawInfo raw, TimeSpanStandardStyles style, ref TimeSpanResult result) { 1007private static Boolean ProcessTerminal_HM(ref TimeSpanRawInfo raw, TimeSpanStandardStyles style, ref TimeSpanResult result) { 1067private static Boolean ProcessTerminal_D(ref TimeSpanRawInfo raw, TimeSpanStandardStyles style, ref TimeSpanResult result) {