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
DelayedRegex.cs
Go to the documentation of this file.
1using System;
7
8namespace System.Net
9{
10 [global::Cpp2ILInjected.Token(Token = "0x20001D3")]
12 internal class DelayedRegex
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6000B5F")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1F17828", Offset = "0x1F17828", Length = "0x74")]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebPermissionAttribute), Member = "set_ConnectPattern", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebPermissionAttribute), Member = "set_AcceptPattern", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebPermission), Member = "FromXml", MemberParameters = new object[] { typeof(SecurityElement) }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebPermission), Member = "intersectPair", MemberParameters = new object[]
20 {
21 typeof(object),
22 typeof(object),
23 typeof(ref bool)
24 }, ReturnType = typeof(object))]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
29 internal DelayedRegex(string regexString)
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x6000B60")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1F18A60", Offset = "0x1F18A60", Length = "0x74")]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebPermission), Member = "AddPermission", MemberParameters = new object[]
37 {
40 }, ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x17000251")]
51 internal Regex AsRegex
52 {
53 [global::Cpp2ILInjected.Token(Token = "0x6000B61")]
54 [global::Cpp2ILInjected.Address(RVA = "0x1F18AD4", Offset = "0x1F18AD4", Length = "0x98")]
55 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebPermission), Member = "get_ConnectList", ReturnType = typeof(IEnumerator))]
56 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebPermission), Member = "get_AcceptList", ReturnType = typeof(IEnumerator))]
57 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebPermission), Member = "isMatchedURI", MemberParameters = new object[]
58 {
59 typeof(object),
61 }, ReturnType = typeof(bool))]
62 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebPermission), Member = "intersectPair", MemberParameters = new object[]
63 {
64 typeof(object),
65 typeof(object),
66 typeof(ref bool)
67 }, ReturnType = typeof(object))]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
70 {
71 typeof(string),
72 typeof(string)
73 }, ReturnType = typeof(string))]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Regex), Member = ".ctor", MemberParameters = new object[]
75 {
76 typeof(string),
78 }, ReturnType = typeof(void))]
79 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
80 get
81 {
82 throw null;
83 }
84 }
85
86 [global::Cpp2ILInjected.Token(Token = "0x6000B62")]
87 [global::Cpp2ILInjected.Address(RVA = "0x1F18B6C", Offset = "0x1F18B6C", Length = "0x2C")]
88 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
89 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
90 public override string ToString()
91 {
92 throw null;
93 }
94
95 [global::Cpp2ILInjected.Token(Token = "0x40009ED")]
96 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
97 private Regex _AsRegex;
98
99 [global::Cpp2ILInjected.Token(Token = "0x40009EE")]
100 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
101 private string _AsString;
102 }
103}
class f__AnonymousType0<< Count > j__TPar
DelayedRegex(Regex regex)
override string ToString()
DelayedRegex(string regexString)