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