56 references to String
mscorlib (25)
microsoft\win32\registrykey.cs (4)
1280
data = new
String
(blob, 0, blob.Length - 1);
1306
data = new
String
(blob, 0, blob.Length - 1);
1363
strings.Add(new
String
(blob, cur, nextNull-cur));
1373
strings.Add(new
String
(blob, cur, len-cur));
system\bitconverter.cs (1)
401
return new
String
(chArray, 0, chArray.Length - 1);
system\environment.cs (2)
810
String key = new
String
(block, startKey, i-startKey);
818
String value = new
String
(block, startValue, i-startValue);
system\globalization\idnmapping.cs (2)
210
return new
String
(output, 0, length);
299
return new
String
(output, 0, length);
system\guid.cs (1)
879
return new
String
(chArr, 0, newLength);
system\io\binaryreader.cs (1)
287
return new
String
(m_charBuffer, 0, charsRead);
system\io\path.cs (1)
1102
return new
String
(rndCharArray, 0, 12);
system\io\streamreader.cs (2)
765
s = new
String
(charBuffer, charPos, i - charPos);
837
s = new
String
(tmpCharBuffer, tmpCharPos, i - tmpCharPos);
system\reflection\module.cs (1)
1208
return new
String
(s.ToCharArray(), i + 1, s.Length - i - 1);
system\runtime\remoting\soapinteroptypes.cs (8)
332
year = new
String
(c,beginField, i-beginField);
337
minute = new
String
(c, beginField, i-beginField);
339
month = new
String
(c, beginField, i-beginField);
343
day = new
String
(c, beginField, i-beginField);
351
hour = new
String
(c, beginField, i-beginField);
356
second = new
String
(c, beginField, i-beginField);
361
second = new
String
(c, beginField, i-beginField);
363
fraction = new
String
(c, beginField, i-beginField);
system\security\util\tokenizer.cs (1)
755
str = new
String
(a,0,l);
system\text\normalization.cs (1)
303
return new
String
(cBuffer, 0, iLength);
System (11)
net\System\Net\HttpListenerRequest.cs (1)
1451
return new
String
(_charBuffer, 0, _numChars);
net\System\Net\WebUtility.cs (1)
781
return new
String
(_charBuffer, 0, _numChars);
regex\system\text\regularexpressions\RegexCharClass.cs (8)
388
tempCategories["C"] = new
String
(groups, 0, 7);
403
tempCategories["L"] = new
String
(groups, 0, 7);
404
word.Append(new
String
(groups, 1, 5));
419
tempCategories["M"] = new
String
(groups, 0, 5);
432
tempCategories["N"] = new
String
(groups, 0, 5);
453
tempCategories["P"] = new
String
(groups, 0, 9);
467
tempCategories["S"] = new
String
(groups, 0, 6);
478
tempCategories["Z"] = new
String
(groups, 0, 5);
security\system\security\cryptography\bigint.cs (1)
492
return new
String
(dec, 0, index);
System.Data (4)
fx\src\data\Microsoft\SqlServer\Server\SqlRecordBuffer.cs (1)
230
return new
String
((char[])_object, 0, (int)CharsLength);
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
5012
s = new
String
(cc, 0, length);
fx\src\data\System\Data\SqlClient\TdsValueSetter.cs (1)
263
_stateObj.Parser.WriteSqlVariantValue(new
String
(buffer, bufferOffset, length), length, 0, _stateObj);
fx\src\data\System\Data\SQLTypes\SQLChars.cs (1)
544
writer.WriteString(new
String
(value, 0, (int)(this.Length)));
System.Messaging (3)
System\Messaging\ActiveXMessageFormatter.cs (2)
134
return new
String
(this.internalCharBuffer, 0, size);
147
return new
String
(this.internalCharBuffer, 0, size);
System\Messaging\Message.cs (1)
2414
return new
String
(charBuffer, 0, len);
System.Numerics (1)
System\Numerics\BigNumber.cs (1)
653
return new
String
(rgch, ichDst, cchMax - ichDst);
System.Security (1)
system\security\cryptography\bigint.cs (1)
495
return new
String
(dec, 0, index);
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\ActiveXSerializer.cs (2)
71
return new
String
(buffer, 0, size);
90
return new
String
(buffer, 0, size);
System.ServiceModel.Internals (1)
System\Runtime\UrlUtility.cs (1)
467
return new
String
(_charBuffer, 0, _numChars);
System.Web (4)
Hosting\ISAPIWorkerRequest.cs (2)
185
return (_charBuffer != null && _freePos > 0) ? new
String
(_charBuffer, 0, _freePos) : null;
326
ss[iString] = new
String
(s, iStart, iEnd-iStart);
UI\LOSFormatter.cs (1)
93
return Deserialize(new
String
(data, 0, current));
Util\HttpEncoder.cs (1)
989
return new
String
(_charBuffer, 0, _numChars);
System.Web.Mobile (1)
UI\MobileControls\Adapters\WmlPhoneCallAdapter.cs (1)
68
phoneNumber = new
String
(plainNumber, 0, sizeOfPlainNumber);
System.Xml (3)
System\Xml\BinHexEncoder.cs (1)
56
return new
String
(outArray, 0, lenOut);
System\Xml\Serialization\XmlSerializationReader.cs (2)
985
string lengthString = new
String
(chars, pos + 1, len);
1018
soapArrayInfo.qname = new
String
(chars, 0, pos + 1);