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

◆ AgeCookies()

bool System.Net.CookieContainer.AgeCookies ( string domain)
inlineprivate

Definition at line 157 of file CookieContainer.cs.

158 {
159 int count;
160 if (this.m_maxCookies != 0)
161 {
163 if (maxCookiesPerDomain != 0)
164 {
165 if (maxCookiesPerDomain == 0)
166 {
167 int maxCookies = this.m_maxCookies;
168 }
169 count = this.m_count;
170 }
171 }
172 long num = 0L;
173 Monitor.Enter(this.m_domainTable, num != 0L);
175 if (count != 0)
176 {
177 }
178 if (count != 0)
179 {
180 }
182 if (domain != null)
183 {
185 }
186 Monitor.Enter(domainTable2._buckets, true);
187 Hashtable.bucket[] buckets = domainTable2._buckets;
188 if (true)
189 {
190 }
191 object key = buckets.key;
192 object val = buckets.val;
193 if (true)
194 {
195 }
196 object key2 = buckets.key;
197 object val2 = buckets.val;
198 if (true)
199 {
200 }
201 object key3 = buckets.key;
202 object val3 = buckets.val;
203 if (buckets != null)
204 {
205 }
206 int count2 = this.m_count;
208 if (!true)
209 {
210 }
211 bool flag;
212 return flag;
213 }
class f__AnonymousType0<< Count > j__TPar
static void Enter(object obj)
Definition Monitor.cs:11

References System.count, System.Threading.Monitor.Enter(), j__TPar, System.Collections.Hashtable.bucket.key, System.key, System.L, System.Net.CookieContainer.m_count, System.Net.CookieContainer.m_domainTable, System.Net.CookieContainer.m_maxCookies, and System.Net.CookieContainer.m_maxCookiesPerDomain.