terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ RightToLeft

bool System.Text.RegularExpressions.Regex.RightToLeft
getset

Definition at line 855 of file Regex.cs.

856 {
857 [global::Cpp2ILInjected.Token(Token = "0x6000378")]
858 [global::Cpp2ILInjected.Address(RVA = "0x1EAD068", Offset = "0x1EAD068", Length = "0xC")]
859 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexReplacement), Member = "Replace", MemberParameters = new object[]
860 {
861 typeof(Regex),
862 typeof(string),
863 typeof(int),
864 typeof(int)
865 }, ReturnType = typeof(string))]
866 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RegexRunner), Member = "Scan", MemberParameters = new object[]
867 {
868 typeof(Regex),
869 typeof(string),
870 typeof(int),
871 typeof(int),
872 typeof(int),
873 typeof(int),
874 typeof(bool),
876 }, ReturnType = typeof(Match))]
877 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
878 get
879 {
880 throw null;
881 }
882 }
class f__AnonymousType0<< Count > j__TPar
static Match Match(string input, string pattern)
Definition Regex.cs:245