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

◆ EnsureInitialized()

static void Mono.SystemCertificateProvider.EnsureInitialized ( )
inlinestaticprivate

Definition at line 19 of file SystemCertificateProvider.cs.

20 {
21 if (!true)
22 {
23 }
24 if (!true)
25 {
26 }
27 long num = 0L;
28 if (Interlocked.CompareExchange(1073741824, 1, (int)num) != 0)
29 {
30 return;
31 }
32 if (!true)
33 {
34 }
35 X509PalImpl x509Pal = SystemCertificateProvider.GetX509Pal();
36 long num2 = 0L;
37 if (1073741824 != 0)
38 {
39 }
40 if (num2 == 0L)
41 {
42 return;
43 }
44 throw new OutOfMemoryException();
45 }
class f__AnonymousType0<< Count > j__TPar
static int CompareExchange(int location1, int value, int comparand)

References System.Threading.Interlocked.CompareExchange(), Mono.SystemCertificateProvider.GetX509Pal(), j__TPar, and System.L.