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

◆ sign

unsafe bool System.Number.NumberBuffer.sign
getset

Definition at line 3700 of file Number.cs.

3701 {
3702 [global::Cpp2ILInjected.Token(Token = "0x60008B5")]
3703 [global::Cpp2ILInjected.Address(RVA = "0x1C43B98", Offset = "0x1C43B98", Length = "0x10")]
3704 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
3705 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "FormatDouble", MemberParameters = new object[]
3706 {
3707 typeof(ref global::System.Text.ValueStringBuilder),
3708 typeof(double),
3709 typeof(global::System.ReadOnlySpan<char>),
3710 typeof(global::System.Globalization.NumberFormatInfo)
3711 }, ReturnType = typeof(string))]
3712 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "FormatSingle", MemberParameters = new object[]
3713 {
3714 typeof(ref global::System.Text.ValueStringBuilder),
3715 typeof(float),
3716 typeof(global::System.ReadOnlySpan<char>),
3717 typeof(global::System.Globalization.NumberFormatInfo)
3718 }, ReturnType = typeof(string))]
3719 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "Int64ToNumber", MemberParameters = new object[]
3720 {
3721 typeof(long),
3722 typeof(ref global::System.Number.NumberBuffer)
3723 }, ReturnType = typeof(void))]
3724 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "NumberToString", MemberParameters = new object[]
3725 {
3726 typeof(ref global::System.Text.ValueStringBuilder),
3727 typeof(ref global::System.Number.NumberBuffer),
3728 typeof(char),
3729 typeof(int),
3730 typeof(global::System.Globalization.NumberFormatInfo),
3731 typeof(bool)
3732 }, ReturnType = typeof(void))]
3733 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "NumberToStringFormat", MemberParameters = new object[]
3734 {
3735 typeof(ref global::System.Text.ValueStringBuilder),
3736 typeof(ref global::System.Number.NumberBuffer),
3737 typeof(global::System.ReadOnlySpan<char>),
3738 typeof(global::System.Globalization.NumberFormatInfo)
3739 }, ReturnType = typeof(void))]
3740 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "FormatCurrency", MemberParameters = new object[]
3741 {
3742 typeof(ref global::System.Text.ValueStringBuilder),
3743 typeof(ref global::System.Number.NumberBuffer),
3744 typeof(int),
3745 typeof(int),
3746 typeof(global::System.Globalization.NumberFormatInfo)
3747 }, ReturnType = typeof(void))]
3748 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "FormatNumber", MemberParameters = new object[]
3749 {
3750 typeof(ref global::System.Text.ValueStringBuilder),
3751 typeof(ref global::System.Number.NumberBuffer),
3752 typeof(int),
3753 typeof(int),
3754 typeof(global::System.Globalization.NumberFormatInfo)
3755 }, ReturnType = typeof(void))]
3756 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "FormatPercent", MemberParameters = new object[]
3757 {
3758 typeof(ref global::System.Text.ValueStringBuilder),
3759 typeof(ref global::System.Number.NumberBuffer),
3760 typeof(int),
3761 typeof(int),
3762 typeof(global::System.Globalization.NumberFormatInfo)
3763 }, ReturnType = typeof(void))]
3764 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "NumberToInt32", MemberParameters = new object[]
3765 {
3766 typeof(ref global::System.Number.NumberBuffer),
3767 typeof(ref int)
3768 }, ReturnType = typeof(bool))]
3769 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "NumberToInt64", MemberParameters = new object[]
3770 {
3771 typeof(ref global::System.Number.NumberBuffer),
3772 typeof(ref long)
3773 }, ReturnType = typeof(bool))]
3774 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "NumberToUInt32", MemberParameters = new object[]
3775 {
3776 typeof(ref global::System.Number.NumberBuffer),
3777 typeof(ref uint)
3778 }, ReturnType = typeof(bool))]
3779 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "NumberToUInt64", MemberParameters = new object[]
3780 {
3781 typeof(ref global::System.Number.NumberBuffer),
3783 }, ReturnType = typeof(bool))]
3784 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "NumberBufferToDecimal", MemberParameters = new object[]
3785 {
3786 typeof(ref global::System.Number.NumberBuffer),
3787 typeof(ref decimal)
3788 }, ReturnType = typeof(bool))]
3789 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "NumberToDouble", MemberParameters = new object[] { typeof(ref global::System.Number.NumberBuffer) }, ReturnType = typeof(double))]
3790 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 17)]
3791 get
3792 {
3793 throw null;
3794 }
3795 [global::Cpp2ILInjected.Token(Token = "0x60008B6")]
3796 [global::Cpp2ILInjected.Address(RVA = "0x1C43BA8", Offset = "0x1C43BA8", Length = "0xC")]
3797 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "DecimalToNumber", MemberParameters = new object[]
3798 {
3799 typeof(decimal),
3800 typeof(ref global::System.Number.NumberBuffer)
3801 }, ReturnType = typeof(void))]
3802 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "FormatInt32", MemberParameters = new object[]
3803 {
3804 typeof(int),
3805 typeof(global::System.ReadOnlySpan<char>),
3806 typeof(global::System.IFormatProvider)
3807 }, ReturnType = typeof(string))]
3808 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "TryFormatInt32", MemberParameters = new object[]
3809 {
3810 typeof(int),
3811 typeof(global::System.ReadOnlySpan<char>),
3812 typeof(global::System.IFormatProvider),
3813 typeof(global::System.Span<char>),
3814 typeof(ref int)
3815 }, ReturnType = typeof(bool))]
3816 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "FormatUInt32", MemberParameters = new object[]
3817 {
3818 typeof(uint),
3819 typeof(global::System.ReadOnlySpan<char>),
3820 typeof(global::System.IFormatProvider)
3821 }, ReturnType = typeof(string))]
3822 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "TryFormatUInt32", MemberParameters = new object[]
3823 {
3824 typeof(uint),
3825 typeof(global::System.ReadOnlySpan<char>),
3826 typeof(global::System.IFormatProvider),
3827 typeof(global::System.Span<char>),
3828 typeof(ref int)
3829 }, ReturnType = typeof(bool))]
3830 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "Int32ToNumber", MemberParameters = new object[]
3831 {
3832 typeof(int),
3833 typeof(ref global::System.Number.NumberBuffer)
3834 }, ReturnType = typeof(void))]
3835 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "UInt32ToNumber", MemberParameters = new object[]
3836 {
3837 typeof(uint),
3838 typeof(ref global::System.Number.NumberBuffer)
3839 }, ReturnType = typeof(void))]
3840 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "Int64ToNumber", MemberParameters = new object[]
3841 {
3842 typeof(long),
3843 typeof(ref global::System.Number.NumberBuffer)
3844 }, ReturnType = typeof(void))]
3845 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "UInt64ToNumber", MemberParameters = new object[]
3846 {
3847 typeof(ulong),
3848 typeof(ref global::System.Number.NumberBuffer)
3849 }, ReturnType = typeof(void))]
3850 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "NumberToString", MemberParameters = new object[]
3851 {
3852 typeof(ref global::System.Text.ValueStringBuilder),
3853 typeof(ref global::System.Number.NumberBuffer),
3854 typeof(char),
3855 typeof(int),
3856 typeof(global::System.Globalization.NumberFormatInfo),
3857 typeof(bool)
3858 }, ReturnType = typeof(void))]
3859 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "NumberToStringFormat", MemberParameters = new object[]
3860 {
3861 typeof(ref global::System.Text.ValueStringBuilder),
3862 typeof(ref global::System.Number.NumberBuffer),
3863 typeof(global::System.ReadOnlySpan<char>),
3864 typeof(global::System.Globalization.NumberFormatInfo)
3865 }, ReturnType = typeof(void))]
3866 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "RoundNumber", MemberParameters = new object[]
3867 {
3868 typeof(ref global::System.Number.NumberBuffer),
3869 typeof(int)
3870 }, ReturnType = typeof(void))]
3871 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "ParseNumber", MemberParameters = new object[]
3872 {
3873 typeof(ref char*),
3874 typeof(char*),
3875 typeof(global::System.Globalization.NumberStyles),
3876 typeof(ref global::System.Number.NumberBuffer),
3877 typeof(global::System.Globalization.NumberFormatInfo),
3878 typeof(bool)
3879 }, ReturnType = typeof(bool))]
3880 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Number), Member = "DoubleToNumber", MemberParameters = new object[]
3881 {
3882 typeof(double),
3883 typeof(int),
3884 typeof(ref global::System.Number.NumberBuffer)
3885 }, ReturnType = typeof(void))]
3886 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 22)]
3887 set
3888 {
3889 throw null;
3890 }
3891 }
class f__AnonymousType0<< Count > j__TPar