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

◆ digits

unsafe char* System.Number.NumberBuffer.digits
getset

Definition at line 3894 of file Number.cs.

3895 {
3896 [global::Cpp2ILInjected.Token(Token = "0x60008B7")]
3897 [global::Cpp2ILInjected.Address(RVA = "0x1C43BB4", Offset = "0x1C43BB4", Length = "0x8")]
3898 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "DecimalToNumber", MemberParameters = new object[]
3899 {
3900 typeof(decimal),
3901 typeof(ref global::System.Number.NumberBuffer)
3902 }, ReturnType = typeof(void))]
3903 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "FormatInt32", MemberParameters = new object[]
3904 {
3905 typeof(int),
3906 typeof(global::System.ReadOnlySpan<char>),
3907 typeof(global::System.IFormatProvider)
3908 }, ReturnType = typeof(string))]
3909 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "TryFormatInt32", MemberParameters = new object[]
3910 {
3911 typeof(int),
3912 typeof(global::System.ReadOnlySpan<char>),
3913 typeof(global::System.IFormatProvider),
3914 typeof(global::System.Span<char>),
3915 typeof(ref int)
3916 }, ReturnType = typeof(bool))]
3917 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "FormatUInt32", MemberParameters = new object[]
3918 {
3919 typeof(uint),
3920 typeof(global::System.ReadOnlySpan<char>),
3921 typeof(global::System.IFormatProvider)
3922 }, ReturnType = typeof(string))]
3923 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "TryFormatUInt32", MemberParameters = new object[]
3924 {
3925 typeof(uint),
3926 typeof(global::System.ReadOnlySpan<char>),
3927 typeof(global::System.IFormatProvider),
3928 typeof(global::System.Span<char>),
3929 typeof(ref int)
3930 }, ReturnType = typeof(bool))]
3931 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "Int32ToNumber", MemberParameters = new object[]
3932 {
3933 typeof(int),
3934 typeof(ref global::System.Number.NumberBuffer)
3935 }, ReturnType = typeof(void))]
3936 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "UInt32ToNumber", MemberParameters = new object[]
3937 {
3938 typeof(uint),
3939 typeof(ref global::System.Number.NumberBuffer)
3940 }, ReturnType = typeof(void))]
3941 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "Int64ToNumber", MemberParameters = new object[]
3942 {
3943 typeof(long),
3944 typeof(ref global::System.Number.NumberBuffer)
3945 }, ReturnType = typeof(void))]
3946 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "UInt64ToNumber", MemberParameters = new object[]
3947 {
3948 typeof(ulong),
3949 typeof(ref global::System.Number.NumberBuffer)
3950 }, ReturnType = typeof(void))]
3951 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "NumberToString", MemberParameters = new object[]
3952 {
3953 typeof(ref global::System.Text.ValueStringBuilder),
3954 typeof(ref global::System.Number.NumberBuffer),
3955 typeof(char),
3956 typeof(int),
3957 typeof(global::System.Globalization.NumberFormatInfo),
3958 typeof(bool)
3959 }, ReturnType = typeof(void))]
3960 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "NumberToStringFormat", MemberParameters = new object[]
3961 {
3962 typeof(ref global::System.Text.ValueStringBuilder),
3963 typeof(ref global::System.Number.NumberBuffer),
3964 typeof(global::System.ReadOnlySpan<char>),
3965 typeof(global::System.Globalization.NumberFormatInfo)
3966 }, ReturnType = typeof(void))]
3967 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "FormatFixed", MemberParameters = new object[]
3968 {
3969 typeof(ref global::System.Text.ValueStringBuilder),
3970 typeof(ref global::System.Number.NumberBuffer),
3971 typeof(int),
3972 typeof(int),
3973 typeof(global::System.Globalization.NumberFormatInfo),
3974 typeof(int[]),
3975 typeof(string),
3976 typeof(string)
3977 }, ReturnType = typeof(void))]
3978 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "FormatScientific", MemberParameters = new object[]
3979 {
3980 typeof(ref global::System.Text.ValueStringBuilder),
3981 typeof(ref global::System.Number.NumberBuffer),
3982 typeof(int),
3983 typeof(int),
3984 typeof(global::System.Globalization.NumberFormatInfo),
3985 typeof(char)
3986 }, ReturnType = typeof(void))]
3987 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "FormatGeneral", MemberParameters = new object[]
3988 {
3989 typeof(ref global::System.Text.ValueStringBuilder),
3990 typeof(ref global::System.Number.NumberBuffer),
3991 typeof(int),
3992 typeof(int),
3993 typeof(global::System.Globalization.NumberFormatInfo),
3994 typeof(char),
3995 typeof(bool)
3996 }, ReturnType = typeof(void))]
3997 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "RoundNumber", MemberParameters = new object[]
3998 {
3999 typeof(ref global::System.Number.NumberBuffer),
4000 typeof(int)
4001 }, ReturnType = typeof(void))]
4002 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "NumberToInt32", MemberParameters = new object[]
4003 {
4004 typeof(ref global::System.Number.NumberBuffer),
4005 typeof(ref int)
4006 }, ReturnType = typeof(bool))]
4007 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "NumberToInt64", MemberParameters = new object[]
4008 {
4009 typeof(ref global::System.Number.NumberBuffer),
4010 typeof(ref long)
4011 }, ReturnType = typeof(bool))]
4012 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "NumberToUInt32", MemberParameters = new object[]
4013 {
4014 typeof(ref global::System.Number.NumberBuffer),
4015 typeof(ref uint)
4016 }, ReturnType = typeof(bool))]
4017 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "NumberToUInt64", MemberParameters = new object[]
4018 {
4019 typeof(ref global::System.Number.NumberBuffer),
4021 }, ReturnType = typeof(bool))]
4022 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "ParseNumber", MemberParameters = new object[]
4023 {
4024 typeof(ref char*),
4025 typeof(char*),
4026 typeof(global::System.Globalization.NumberStyles),
4027 typeof(ref global::System.Number.NumberBuffer),
4028 typeof(global::System.Globalization.NumberFormatInfo),
4029 typeof(bool)
4030 }, ReturnType = typeof(bool))]
4031 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "NumberBufferToDecimal", MemberParameters = new object[]
4032 {
4033 typeof(ref global::System.Number.NumberBuffer),
4034 typeof(ref decimal)
4035 }, ReturnType = typeof(bool))]
4036 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "NumberToDouble", MemberParameters = new object[] { typeof(ref global::System.Number.NumberBuffer) }, ReturnType = typeof(double))]
4037 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "DoubleToNumber", MemberParameters = new object[]
4038 {
4039 typeof(double),
4040 typeof(int),
4041 typeof(ref global::System.Number.NumberBuffer)
4042 }, ReturnType = typeof(void))]
4043 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 36)]
4044 get
4045 {
4046 throw null;
4047 }
4048 }
class f__AnonymousType0<< Count > j__TPar