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