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

◆ TextInfo

virtual TextInfo System.Globalization.CultureInfo.TextInfo
get

Definition at line 191 of file CultureInfo.cs.

192 {
193 get
194 {
195 if (this.textInfo == null)
196 {
197 int num;
198 if (!this.constructed)
199 {
200 num = this.cultureID;
201 this.constructed = true;
202 }
203 Monitor.Enter(this, num != 0);
204 if (this.textInfo != null)
205 {
206 }
207 bool isReadOnly = this.m_isReadOnly;
208 TextInfo textInfo = this.CreateTextInfo(isReadOnly);
209 long num2 = 0L;
211 if (true)
212 {
213 Monitor.Exit(this);
214 }
215 if (num2 != 0L)
216 {
217 throw new OutOfMemoryException();
218 }
219 }
220 return this.textInfo;
221 }
222 }
class f__AnonymousType0<< Count > j__TPar
TextInfo CreateTextInfo(bool readOnly)
static void Exit(object obj)
Definition Monitor.cs:47
static void Enter(object obj)
Definition Monitor.cs:11