Definition at line 1834 of file String.cs.
1835 {
1837 {
1838 throw new ArgumentNullException("values");
1839 }
1841 {
1844 {
1847 {
1849 }
1850 }
1851 else
1852 {
1854 }
1856 }
1859 {
1860 if ((
object)
text !=
null)
1861 {
1863 }
1864 }
1865 if (num > int.MaxValue)
1866 {
1867 throw new OutOfMemoryException();
1868 }
1869 int num2 = (int)num;
1871 {
1873 }
1877 {
1879 {
1882 {
1884 break;
1885 }
1888 }
1889 }
1891 {
1893 }
1895 }
static readonly string Empty
static void FillStringChecked(string dest, int destPos, string src)
static string FastAllocateString(int length)
static bool IsNullOrEmpty([NotNullWhen(false)] string? value)
static string Concat(object? arg0)
References System.String.Concat(), System.String.Empty, System.String.FastAllocateString(), System.String.FillStringChecked(), System.String.IsNullOrEmpty(), System.L, System.length, System.obj, System.text, and System.values.