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

◆ ValidateInternalRecursive()

static bool System.ComponentModel.LicenseManager.ValidateInternalRecursive ( LicenseContext context,
Type type,
object instance,
bool allowExceptions,
[Out] License license,
[Out] string licenseKey )
inlinestaticprivate

Definition at line 214 of file LicenseManager.cs.

215 {
216 if (!true)
217 {
218 }
219 LicenseProvider licenseProvider;
220 bool flag;
221 if (licenseProvider != null)
222 {
224 if (licenseProvider == null)
225 {
226 return flag;
227 }
228 if (type != null)
229 {
230 goto IL_003B;
231 }
232 }
233 if (type == null)
234 {
235 return flag;
236 }
237 IL_003B:
238 throw new InvalidCastException();
239 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.