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

◆ GroupToStringImpl()

virtual ReadOnlySpan< char > System.Text.RegularExpressions.Match.GroupToStringImpl ( int groupnum)
inlinepackagevirtual

Definition at line 99 of file Match.cs.

100 {
101 while (this._matchcount != null)
102 {
103 int[][] matches = this._matches;
104 string <Text>k__BackingField = this.<Text>k__BackingField;
105 if (<Text>k__BackingField != null)
106 {
107 int stringLength = <Text>k__BackingField._stringLength;
108 char rawStringData = <Text>k__BackingField.GetRawStringData();
109 break;
110 }
111 }
112 if (true)
113 {
114 return;
115 }
116 }
class f__AnonymousType0<< Count > j__TPar
static readonly Match< Empty > k__BackingField
Definition Match.cs:295

References System.Text.RegularExpressions.Match._matchcount, System.Text.RegularExpressions.Match._matches, j__TPar, and System.Text.RegularExpressions.Match.k__BackingField.