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

◆ GetResourceSet()

virtual ResourceSet System.Resources.ResourceManager.GetResourceSet ( CultureInfo culture,
bool createIfNotExists,
bool tryParents )
inlinevirtual

Definition at line 160 of file ResourceManager.cs.

161 {
162 if (culture != null)
163 {
165 if (resourceSets != null)
166 {
167 long num = 0L;
169 if (num != 0L)
170 {
171 goto IL_005D;
172 }
173 }
174 if (this.UseManifest)
175 {
180 if (mainAssembly != null)
181 {
182 }
183 Stream stream;
184 if (stream != null)
185 {
186 IResourceGroveler resourceGroveler = this.resourceGroveler;
188 if (resourceGroveler != null)
189 {
190 }
191 }
192 }
193 }
194 IL_005D:
195 throw new OutOfMemoryException();
196 }
class f__AnonymousType0<< Count > j__TPar
Dictionary< string, ResourceSet > _resourceSets
static void Exit(object obj)
Definition Monitor.cs:47

References System.Resources.ResourceManager._locationInfo, System.Resources.ResourceManager._resourceSets, System.culture, System.Threading.Monitor.Exit(), System.Globalization.CultureInfo.HasInvariantCultureName, j__TPar, System.L, System.Resources.ResourceManager.m_callingAssembly, System.Resources.ResourceManager.MainAssembly, System.Resources.ResourceManager.resourceGroveler, and System.Resources.ResourceManager.UseManifest.