8 references to StringBuilder
mscorlib (6)
system\globalization\culturedata.cs (4)
2832result = new StringBuilder(str, start, i - start, str.Length); 2838result = new StringBuilder(str, start, i - start, str.Length); 2898result = new StringBuilder(str, 0, i, str.Length * 2); 2921result = new StringBuilder(str, 0, i, str.Length * 2);
system\reflection\assembly.cs (1)
3071StringBuilder assemblyFile = new StringBuilder(useLoadFile ? location : codeBase,
system\text\stringbuilder.cs (1)
112: this(value, 0, ((value != null) ? value.Length : 0), capacity) {
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\RecordBuilder.cs (2)
538newComment = new StringBuilder(comment, begin, index, 2 * comment.Length); 584newPI = new StringBuilder(pi, begin, index, 2 * pi.Length);