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)
37StringBuilder resString = new StringBuilder(MaxSRLength, MaxSRLength);
MS\Internal\Printing\Configuration\DevMode.cs (1)
585StringBuilder 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)