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

◆ Components

virtual ComponentCollection System.ComponentModel.Container.Components
getinherited

Implements System.ComponentModel.IContainer.

Definition at line 90 of file Container.cs.

91 {
92 get
93 {
94 object obj = this.syncObj;
95 if (this.components == null)
96 {
97 int num = this.siteCount;
98 int num2 = this.siteCount;
99 ISite[] array = this.sites;
100 if (this.filter != null || this.checkedFilter)
101 {
102 }
103 }
104 long num3;
105 if (!this.checkedFilter || this.filter == null)
106 {
107 if (this != null)
108 {
109 }
110 num3 = 0L;
112 if (num3 == 0L)
113 {
114 goto IL_006D;
115 }
116 }
117 ComponentCollection componentCollection = this.components;
118 if (num3 != 0L)
119 {
121 }
122 IL_006D:
123 long num4 = 0L;
124 if (num3 != 0L)
125 {
127 }
128 if (num4 == 0L)
129 {
130 throw new ArrayTypeMismatchException();
131 }
132 throw new OutOfMemoryException();
133 }
134 }
class f__AnonymousType0<< Count > j__TPar
ContainerFilterService filter
Definition Container.cs:206
ComponentCollection components
Definition Container.cs:203
static void Exit(object obj)
Definition Monitor.cs:47