9 references to StringBuilder
Microsoft.Maui.Graphics (1)
PathBuilder.cs (1)
218
var sb = new
StringBuilder
(input.Length, maxCapacity: 3 * input.Length);
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\DataCollectionLauncher.cs (1)
40
_processStdError = new
StringBuilder
(0, CoreUtilities.Constants.StandardErrorMaxLength);
Microsoft.TestPlatform.TestHostRuntimeProvider (4)
Hosting\DefaultTestHostManager.cs (2)
521
_testHostProcessStdError = new
StringBuilder
(0, CoreUtilities.Constants.StandardErrorMaxLength);
522
_testHostProcessStdOut = new
StringBuilder
(0, CoreUtilities.Constants.StandardErrorMaxLength);
Hosting\DotnetTestHostManager.cs (2)
929
_testHostProcessStdError = new
StringBuilder
(0, CoreUtilities.Constants.StandardErrorMaxLength);
930
_testHostProcessStdOut = new
StringBuilder
(0, CoreUtilities.Constants.StandardErrorMaxLength);
ReachFramework (2)
MS\Internal\Printing\Configuration\COMPSTUISRID.cs (1)
37
StringBuilder resString = new
StringBuilder
(MaxSRLength, MaxSRLength);
MS\Internal\Printing\Configuration\DevMode.cs (1)
585
StringBuilder result = new
StringBuilder
(maxCharCount, maxCharCount);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (1)
89
:
this
(capacity, int.MaxValue)