terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ FullAppCompatMatch()

bool System.Globalization.TimeSpanParse.TimeSpanRawInfo.FullAppCompatMatch ( TimeSpanFormat::FormatLiterals pattern)
inlinepackage

Definition at line 525 of file TimeSpanParse.cs.

526 {
527 int sepCount = this._sepCount;
528 int numCount = this._numCount;
529 string[] literals = pattern._literals;
531 if (this._literals0._length != 0)
532 {
533 bool flag;
534 return flag;
535 }
536 string[] literals3 = pattern._literals;
538 if (this._literals1._length != 0)
539 {
540 bool flag2;
541 return flag2;
542 }
543 string[] literals5 = pattern._literals;
545 if (this._literals2._length != 0)
546 {
547 bool flag3;
548 return flag3;
549 }
551 int length = this._literals3._length;
552 if (length != 0)
553 {
554 bool flag4;
555 return flag4;
556 }
557 string[] literals8 = pattern._literals;
559 int length2 = this._literals4._length;
560 if (length != 0)
561 {
562 }
563 bool flag5;
564 return length2 == 0 || flag5;
565 }
class f__AnonymousType0<< Count > j__TPar
readonly int _length

References System.ReadOnlySpan< T >._length, System.Globalization.TimeSpanParse.TimeSpanRawInfo._literals0, System.Globalization.TimeSpanParse.TimeSpanRawInfo._literals1, System.Globalization.TimeSpanParse.TimeSpanRawInfo._literals2, System.Globalization.TimeSpanParse.TimeSpanRawInfo._literals3, System.Globalization.TimeSpanParse.TimeSpanRawInfo._literals4, System.Globalization.TimeSpanParse.TimeSpanRawInfo._numCount, System.Globalization.TimeSpanParse.TimeSpanRawInfo._sepCount, j__TPar, and System.length.