30 references to String
mscorlib (4)
system\char.cs (1)
172return new String(c, 1);
system\globalization\compareinfo.cs (2)
801source, count, startIndex, new String(value, 1), 1); 1002source, count, startIndex, new String(value, 1), 1);
system\security\util\tokenizer.cs (1)
285String fakeReadString = new String(' ', reader.NumCharEncountered);
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
1146string indent = new String(' ', level);
System (1)
net\System\Net\WebHeaderCollection.cs (1)
1071string s = new String('\0', byteCount);
System.Configuration (3)
System\Configuration\XmlUtilWriter.cs (3)
53SPACES_8 = new String(SPACE, 8); 54SPACES_4 = new String(SPACE, 4); 55SPACES_2 = new String(SPACE, 2);
System.Core (1)
Microsoft\Scripting\Ast\DebugViewWriter.cs (1)
185Write(new String(' ', Depth));
System.Data (5)
fx\src\data\Microsoft\SqlServer\Server\SmiMetaData.cs (5)
756string indentStr = new String(' ', indent); 974new String(' ', indent), 1141new String(' ', indent), 1426new String(' ', indent), 1703new String(' ', indent),
System.Data.Entity (2)
System\Data\Common\EntitySql\AST\Literal.cs (2)
423result = result.Replace(new String(delimiter, 2), new String(delimiter, 1));
System.Data.SqlXml (1)
System\Xml\Xsl\XPath\XPathScanner.cs (1)
500return new String((char)t, 1);
System.Management (9)
Instrumentation\CodeSpit.cs (1)
32string prefix = new String(' ', depth*4);
managementpath.cs (8)
327pathStr = new String ('0', (int) bufLen-1); 514pathStr = new String ('0', (int) bufLen-1); 613pathStr = new String ('0', (int) uLen-1); 712string nSpace = new String('0', (int) uLen-1); 744string serverNew = new String ('0', (int) uLen-1); 756string serverOrg = new String('0', (int)uLen-1); 815pathStr = new String ('0', (int) bufLen-1); 912pathStr = new String ('0', (int) bufLen-1);
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\HelpHtmlBuilder.cs (3)
404sample.Insert(i + 1, "\n" + new String('\t', ++depth)); 409sample.Insert(i + 1, "\n" + new String('\t', depth)); 413sample.Insert(i, "\n" + new String('\t', --depth));