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

◆ AddFC()

bool System.Text.RegularExpressions.RegexFC.AddFC ( RegexFC fc,
bool concatenate )
inline

Definition at line 40 of file RegexFC.cs.

41 {
42 bool canMerge = this._cc.CanMerge;
43 bool canMerge2 = fc._cc.CanMerge;
44 if (this._nullable)
45 {
46 if (!fc._nullable)
47 {
48 return canMerge2;
49 }
50 bool flag = this.<CaseInsensitive>k__BackingField;
52 RegexCharClass cc = this._cc;
53 this.<CaseInsensitive>k__BackingField = flag;
54 RegexCharClass cc2 = fc._cc;
55 cc.AddCharClass(cc2);
56 }
57 return true;
58 }
class f__AnonymousType0<< Count > j__TPar
bool< CaseInsensitive > k__BackingField
Definition RegexFC.cs:94

References System.Text.RegularExpressions.RegexFC._cc, System.Text.RegularExpressions.RegexFC._nullable, System.Text.RegularExpressions.RegexCharClass.AddCharClass(), System.Text.RegularExpressions.RegexCharClass.CanMerge, System.Text.RegularExpressions.RegexFC.CaseInsensitive, j__TPar, and System.Text.RegularExpressions.RegexFC.k__BackingField.