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