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

◆ Get()

RegexRunner System.Text.RegularExpressions.ExclusiveReference.Get ( )
inline

Definition at line 9 of file ExclusiveReference.cs.

10 {
11 int num;
12 while (num != 0)
13 {
14 }
15 RegexRunner @ref = this._ref;
16 if (@ref != null)
17 {
18 this._obj = @ref;
19 return @ref;
20 }
21 }
class f__AnonymousType0<< Count > j__TPar

References System.Text.RegularExpressions.ExclusiveReference._ref, and j__TPar.

Referenced by System.Text.RegularExpressions.Regex.Run().