52 references to String
mscorlib (18)
microsoft\win32\registrykey.cs (2)
1285
data = new
String
(blob);
1311
data = new
String
(blob);
system\char.cs (1)
939
return (new
String
(surrogate));
system\environment.cs (1)
1052
result[count++] = new
String
(root);
system\globalization\datetimeformat.cs (1)
1113
results = new String[] {Format(dateTime, new
String
(new char[] {format}), dtfi)};
system\io\directory.cs (1)
1037
result[count++] = new
String
(root);
system\io\textwriter.cs (1)
167
get { return new
String
(CoreNewLine); }
system\reflection\emit\symboltype.cs (6)
291
return SymbolType.FormCompoundType((new
String
(m_bFormat) + "*").ToCharArray(), m_baseType, 0);
296
return SymbolType.FormCompoundType((new
String
(m_bFormat) + "&").ToCharArray(), m_baseType, 0);
301
return SymbolType.FormCompoundType((new
String
(m_bFormat) + "[]").ToCharArray(), m_baseType, 0);
322
SymbolType st = SymbolType.FormCompoundType((new
String
(m_bFormat) + s).ToCharArray(), m_baseType, 0) as SymbolType;
379
String sFormat = new
String
(m_bFormat);
382
sFormat = new
String
(((SymbolType)baseType).m_bFormat) + sFormat;
system\reflection\mdimport.cs (1)
442
return new
String
(c);
system\security\cryptography\utils.cs (1)
640
return new
String
(output);
system\security\util\hex.cs (2)
41
result = new
String
(hexOrder);
59
result = new
String
(hexOrder);
system\text\encoding.cs (1)
1501
return new
String
(GetChars(bytes, index, count));
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\PropVariant.cs (3)
294
pszVal = Marshal.StringToCoTaskMemAnsi(new
String
(value as char[]));
304
strArray[i] = new
String
(charArray[i] as char[]);
393
pszVal = Marshal.StringToCoTaskMemAnsi(new
String
(new char[] { (char)value }));
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedFindEngine.cs (1)
441
unicodeStr = new
String
(chars);
src\Framework\System\windows\Documents\TextSelection.cs (1)
2507
fontSignature = new
String
(new Char[FONTSIGNATURE_SIZE]);
System (3)
security\system\security\cryptography\x509\x509utils.cs (3)
192
result = new
String
(hexOrder);
209
result = new
String
(hexOrder);
243
return new
String
(rgbOut);
System.Data (6)
fx\src\data\System\Data\Odbc\OdbcParameter.cs (1)
885
value = new
String
((char[])value);
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
8336
s = new
String
(((SqlChars)value).Value);
10027
String sch = new
String
(((SqlChars)value).Value);
10982
String sch = new
String
(((SqlChars)value).Value);
fx\src\data\System\Data\SQLTypes\SQLChars.cs (1)
440
return IsNull ? SqlString.Null : new
String
(Value);
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (1)
985
return new
String
(szResult);
System.Data.Entity (1)
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
1392
var escapeExpression = DbExpressionBuilder.Constant(EdmProviderManifest.Instance.GetCanonicalModelTypeUsage(PrimitiveTypeKind.String), new
String
(new char[] { escapeChar }));
System.Data.Linq (1)
DbConvert.cs (1)
151
return new
String
((char[])value);
System.Data.Services.Client (1)
System\Data\Services\Client\ClientConvert.cs (1)
309
return new
String
((char[])propertyValue);
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XsltFunctions.cs (1)
458
return new
String
(text);
System.Runtime.Remoting (1)
metadata\wsdlparser.cs (1)
6423
return new
String
(outChar);
System.Security (3)
system\security\cryptography\x509\x509utils.cs (2)
64
result = new
String
(hexOrder);
85
result = new
String
(hexOrder);
system\security\cryptography\xml\utils.cs (1)
141
return new
String
(rgbOut);
System.Web (5)
Management\EventlogProvider.cs (1)
293
return new
String
(newChars);
Security\ADMembershipProvider.cs (1)
3002
return new
String
(accountName);
Security\FormsAuthenticationTicketSerializer.cs (1)
241
return new
String
(chars);
State\SessionIDManager.cs (1)
496
return new
String
(chars);
Util\Utf16StringValidator.cs (1)
72
return new
String
(chars);
System.Web.Mobile (3)
UI\MobileControls\Adapters\ChtmlTextBoxAdapter.cs (1)
73
return new
String
(randomChars);
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (1)
1549
return new
String
(randomChars);
UI\MobileControls\Adapters\WmlPageAdapter.cs (1)
448
return new
String
(viewstate);
System.Windows.Forms (2)
parent\parent\parent\public\Internal\NDP\Inc\mansign.cs (1)
1128
result = new
String
(hexOrder);
parent\parent\parent\public\Internal\NDP\Inc\mansign2.cs (1)
1984
result = new
String
(hexOrder);
System.Xml (1)
System\Xml\BinaryXml\SqlUtils.cs (1)
515
return new
String
(szResult);
WindowsBase (1)
Base\MS\Internal\IO\Packaging\CompoundFile\ContainerUtilities.cs (1)
233
inString = new
String
(reader.ReadChars(bytesRead / 2));