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

◆ CreateResourceSet()

ResourceSet System.Resources.ManifestBasedResourceGroveler.CreateResourceSet ( Stream store,
Assembly assembly )
inlinepackage

Definition at line 79 of file ManifestBasedResourceGroveler.cs.

80 {
82 if (store != null)
83 {
85 object obj;
86 if (obj != null)
87 {
88 }
89 if (store != null)
90 {
91 object obj2;
92 if (obj2 != null)
93 {
94 if (obj2 == null)
95 {
96 throw new InvalidCastException();
97 }
98 if (obj2 == null)
99 {
100 goto IL_0040;
101 }
102 }
103 ResourceManager rm = this._mediator._rm;
104 Type userResourceSet3 = rm._userResourceSet;
105 if (rm == null)
106 {
107 }
108 string baseNameField = rm.BaseNameField;
109 object obj3;
110 while (obj3 == null)
111 {
112 }
113 throw new InvalidCastException();
114 }
115 }
116 IL_0040:
117 throw new ArrayTypeMismatchException();
118 }
class f__AnonymousType0<< Count > j__TPar

References System.Resources.ManifestBasedResourceGroveler._mediator, System.Resources.ResourceManager._userResourceSet, j__TPar, and System.obj.

Referenced by System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet().