terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ CurrentCulture

global.System.Globalization.CultureInfo System.Threading.Thread.CurrentCulture
getset

Definition at line 545 of file Thread.cs.

546 {
547 [global::Cpp2ILInjected.Token(Token = "0x6001204")]
548 [global::Cpp2ILInjected.Address(RVA = "0x1C9DAAC", Offset = "0x1C9DAAC", Length = "0x2C")]
549 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Microsoft.Xna.Framework.Graphics.SpriteFont", Member = "CreateWrappedText", MemberParameters = new object[]
550 {
551 typeof(string),
552 typeof(float)
553 }, ReturnType = typeof(string))]
554 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Utilities.CrashWatcher.<>c", Member = "<Inititialize>b__18_0", MemberParameters = new object[]
555 {
556 typeof(object),
557 typeof(global::System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs)
558 }, ReturnType = typeof(void))]
559 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Utilities.CrashWatcher.<>c", Member = "<Inititialize>b__18_1", MemberParameters = new object[]
560 {
561 typeof(object),
562 typeof(global::System.UnhandledExceptionEventArgs)
563 }, ReturnType = typeof(void))]
564 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.NumberFormatInfo), Member = "get_CurrentInfo", ReturnType = typeof(global::System.Globalization.NumberFormatInfo))]
565 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Globalization.CultureInfo), Member = "get_CurrentCulture", ReturnType = typeof(global::System.Globalization.CultureInfo))]
566 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
567 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
568 get
569 {
570 throw null;
571 }
572 [global::Cpp2ILInjected.Token(Token = "0x6001205")]
573 [global::Cpp2ILInjected.Address(RVA = "0x1C9DB84", Offset = "0x1C9DB84", Length = "0x1E4")]
574 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.Localization.LanguageManager", Member = "SetLanguage", MemberParameters = new object[] { "Terraria.Localization.GameCulture" }, ReturnType = typeof(void))]
575 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
576 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Thread), Member = "nativeInitCultureAccessors", ReturnType = typeof(void))]
577 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Action<>), Member = ".ctor", MemberParameters = new object[]
578 {
579 typeof(object),
580 typeof(global::System.IntPtr)
581 }, ReturnType = typeof(void))]
582 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsyncLocal<>), Member = ".ctor", MemberParameters = new object[] { "System.Action`1<AsyncLocalValueChangedArgs`1<T>>" }, ReturnType = typeof(void))]
583 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsyncLocal<>), Member = "set_Value", MemberParameters = new object[] { "T" }, ReturnType = typeof(void))]
584 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
585 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 20)]
586 set
587 {
588 throw null;
589 }
590 }
class f__AnonymousType0<< Count > j__TPar
Thread(ThreadStart start)
Definition Thread.cs:76