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

◆ CanUseDefaultResourceClasses()

bool System.Resources.ManifestBasedResourceGroveler.CanUseDefaultResourceClasses ( string readerTypeName,
string resSetTypeName )
inlineprivate

Definition at line 185 of file ManifestBasedResourceGroveler.cs.

186 {
187 ResourceManager rm = this._mediator._rm;
188 Type userResourceSet = rm._userResourceSet;
189 if (rm == null)
190 {
191 }
193 if (readerTypeName != null)
194 {
195 if (rm == null)
196 {
197 }
198 string baseNameField = rm.BaseNameField;
199 }
200 if (resSetTypeName != null)
201 {
202 if (rm == null)
203 {
204 }
205 Hashtable resourceSets2 = rm.ResourceSets;
206 }
207 return true;
208 }
class f__AnonymousType0<< Count > j__TPar

References System.Resources.ManifestBasedResourceGroveler._mediator, and j__TPar.