7 instantiations of TimeSpanResult
mscorlib (7)
system\globalization\timespanparse.cs (7)
557
TimeSpanResult parseResult = new
TimeSpanResult
();
568
TimeSpanResult parseResult = new
TimeSpanResult
();
581
TimeSpanResult parseResult = new
TimeSpanResult
();
592
TimeSpanResult parseResult = new
TimeSpanResult
();
605
TimeSpanResult parseResult = new
TimeSpanResult
();
616
TimeSpanResult parseResult = new
TimeSpanResult
();
1553
TimeSpanResult innerResult = new
TimeSpanResult
();
24 references to TimeSpanResult
mscorlib (24)
system\globalization\timespanparse.cs (24)
403
internal Boolean ProcessToken(ref TimeSpanToken tok, ref
TimeSpanResult
result) {
433
private bool AddSep(String sep, ref
TimeSpanResult
result) {
442
private bool AddNum(TimeSpanToken num, ref
TimeSpanResult
result) {
557
TimeSpanResult
parseResult = new TimeSpanResult();
568
TimeSpanResult
parseResult = new TimeSpanResult();
581
TimeSpanResult
parseResult = new TimeSpanResult();
592
TimeSpanResult
parseResult = new TimeSpanResult();
605
TimeSpanResult
parseResult = new TimeSpanResult();
616
TimeSpanResult
parseResult = new TimeSpanResult();
638
private static Boolean TryParseTimeSpan(String input, TimeSpanStandardStyles style, IFormatProvider formatProvider, ref
TimeSpanResult
result) {
697
private static Boolean ProcessTerminalState(ref TimeSpanRawInfo raw, TimeSpanStandardStyles style, ref
TimeSpanResult
result) {
731
private static Boolean ProcessTerminal_DHMSF(ref TimeSpanRawInfo raw, TimeSpanStandardStyles style, ref
TimeSpanResult
result) {
790
private static Boolean ProcessTerminal_HMS_F_D(ref TimeSpanRawInfo raw, TimeSpanStandardStyles style, ref
TimeSpanResult
result) {
898
private static Boolean ProcessTerminal_HM_S_D(ref TimeSpanRawInfo raw, TimeSpanStandardStyles style, ref
TimeSpanResult
result) {
1007
private static Boolean ProcessTerminal_HM(ref TimeSpanRawInfo raw, TimeSpanStandardStyles style, ref
TimeSpanResult
result) {
1067
private static Boolean ProcessTerminal_D(ref TimeSpanRawInfo raw, TimeSpanStandardStyles style, ref
TimeSpanResult
result) {
1128
private static Boolean TryParseExactTimeSpan(String input, String format, IFormatProvider formatProvider, TimeSpanStyles styles, ref
TimeSpanResult
result) {
1170
private static Boolean TryParseByFormat(String input, String format, TimeSpanStyles styles, ref
TimeSpanResult
result) {
1360
private static Boolean TryParseTimeSpanConstant(String input, ref
TimeSpanResult
result) {
1385
internal bool TryParse(String input, ref
TimeSpanResult
result) {
1446
internal bool ParseInt(int max, out int i, ref
TimeSpanResult
result) {
1472
internal bool ParseTime(out long time, ref
TimeSpanResult
result) {
1522
private static Boolean TryParseExactMultipleTimeSpan(String input, String[] formats, IFormatProvider formatProvider, TimeSpanStyles styles, ref
TimeSpanResult
result) {
1553
TimeSpanResult
innerResult = new TimeSpanResult();