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

◆ CaseInsensitiveManifestResourceStreamLookup()

Stream System.Resources.ManifestBasedResourceGroveler.CaseInsensitiveManifestResourceStreamLookup ( RuntimeAssembly satellite,
string name )
inlineprivate

Definition at line 137 of file ManifestBasedResourceGroveler.cs.

138 {
140 if (this._mediator._rm._locationInfo == null || name != null)
141 {
142 }
144 object evidence = satellite._evidence;
145 long num = 0L;
146 if (invariantCulture != null)
147 {
148 }
149 if (num == 0L)
150 {
151 if (num != 0L)
152 {
155 RuntimeAssembly callingAssembly = mediator._rm.m_callingAssembly;
157 Stream stream;
158 return stream;
159 }
160 }
161 throw new ArrayTypeMismatchException();
162 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo InvariantCulture

References System.Resources.ResourceManager._locationInfo, System.Resources.ManifestBasedResourceGroveler._mediator, System.Globalization.CultureInfo.InvariantCulture, j__TPar, System.L, and System.Resources.ResourceManager.MainAssembly.

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