25 references to FastAllocateString
mscorlib (25)
system\convert.cs (1)
2183string returnString = string.FastAllocateString(stringLength);
system\guid.cs (5)
1211guidString = string.FastAllocateString(36); 1214guidString = string.FastAllocateString(32); 1218guidString = string.FastAllocateString(38); 1227guidString = string.FastAllocateString(38); 1236guidString = string.FastAllocateString(68);
system\string.cs (16)
252string jointString = FastAllocateString( jointLength ); 334String strOut = FastAllocateString(length); 1306String result = FastAllocateString(length); 1417String s = FastAllocateString(stringLength); 1580String result = FastAllocateString(value.Length); 1610String result = FastAllocateString(length); 1627String result = FastAllocateString(count); 1715String result = FastAllocateString(count); 1747String result = FastAllocateString(length); 2837String result = FastAllocateString(newLength); 2927String result = FastAllocateString(newLength); 3036String result = FastAllocateString(length); 3207String result = FastAllocateString(str0Length + str1.Length); 3242String result = FastAllocateString(totalLength); 3282String result = FastAllocateString(totalLength); 3293String result = FastAllocateString(totalLength);
system\stubhelpers.cs (1)
336ret = String.FastAllocateString(0);
system\text\stringbuilder.cs (2)
338string ret = string.FastAllocateString(Length); 399string ret = string.FastAllocateString(length);