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

◆ CurrentContext

LicenseContext System.ComponentModel.LicenseManager.CurrentContext
staticgetset

Definition at line 18 of file LicenseManager.cs.

19 {
20 get
21 {
22 if (!true)
23 {
24 }
25 if (!true)
26 {
27 }
28 if (!true)
29 {
30 }
31 if (!false)
32 {
33 }
34 throw new OutOfMemoryException();
35 }
36 set
37 {
38 if (!true)
39 {
40 }
41 if (!false)
42 {
43 return;
44 }
45 throw new OutOfMemoryException();
46 }
47 }

Referenced by System.ComponentModel.LicenseManager.CreateWithContext(), and System.ComponentModel.LicenseManager.ValidateInternal().