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

◆ Creator

IWebRequestCreate System.Net.WebRequestPrefixElement.Creator
getset

Definition at line 13 of file WebRequestPrefixElement.cs.

14 {
15 get
16 {
17 IWebRequestCreate webRequestCreate;
18 if (this.creator == null)
19 {
20 Type type = this.creatorType;
21 long num = 0L;
22 Monitor.Enter(this, num != 0L);
23 if (this.creator == null)
24 {
25 Type type2 = this.creatorType;
27 object obj;
28 if (obj == null)
29 {
30 return webRequestCreate;
31 }
32 if (obj == null)
33 {
34 throw new InvalidCastException();
35 }
37 if (obj == null)
38 {
39 throw new InvalidCastException();
40 }
41 }
42 long num2 = 0L;
43 Monitor.Exit(this);
44 if (num2 != 0L)
45 {
46 throw new OutOfMemoryException();
47 }
48 }
49 webRequestCreate = this.creator;
50 return webRequestCreate;
51 }
52 set
53 {
55 }
56 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo InvariantCulture
static void Exit(object obj)
Definition Monitor.cs:47
static void Enter(object obj)
Definition Monitor.cs:11