47 references to ValueStringBuilder
System.Private.CoreLib (47)
src\libraries\Common\src\System\IO\PathInternal.cs (1)
104var sb = new ValueStringBuilder(stackalloc char[260 /* PathInternal.MaxShortPath */]);
src\libraries\Common\src\System\Reflection\AssemblyNameFormatter.cs (1)
15ValueStringBuilder vsb = new(stackalloc char[256]);
src\libraries\Common\src\System\Reflection\AssemblyNameParser.cs (1)
406using ValueStringBuilder sb = new ValueStringBuilder(stackalloc char[64]);
src\libraries\System.Private.CoreLib\src\System\AggregateException.cs (1)
348var sb = new ValueStringBuilder(stackalloc char[256]);
src\libraries\System.Private.CoreLib\src\System\ApplicationId.cs (1)
40var sb = new ValueStringBuilder(stackalloc char[128]);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\XplatEventLogger.cs (1)
93var sb = new ValueStringBuilder(stackalloc char[256]);
src\libraries\System.Private.CoreLib\src\System\Environment.UnixOrBrowser.cs (1)
26var result = new ValueStringBuilder(stackalloc char[128]);
src\libraries\System.Private.CoreLib\src\System\Environment.Variables.Windows.cs (1)
15var builder = new ValueStringBuilder(stackalloc char[128]);
src\libraries\System.Private.CoreLib\src\System\Globalization\CalendarData.Icu.cs (1)
264new ValueStringBuilder(stackalloc char[128]) :
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (1)
4382var enquotedString = new ValueStringBuilder(stackalloc char[128]);
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanFormat.cs (1)
508var sb = new ValueStringBuilder(stackalloc char[256]);
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemName.cs (1)
22ValueStringBuilder sb = new ValueStringBuilder(stackalloc char[32]);
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (3)
414var builder = new ValueStringBuilder(stackalloc char[260]); // MaxShortPath on Windows 554var builder = new ValueStringBuilder(stackalloc char[260]); // MaxShortPath on Windows 907var sb = new ValueStringBuilder(stackalloc char[260]);
src\libraries\System.Private.CoreLib\src\System\IO\StreamReader.cs (1)
806var vsb = new ValueStringBuilder(stackalloc char[256]);
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (1)
505new ValueStringBuilder(stackalloc char[256]) :
src\libraries\System.Private.CoreLib\src\System\Net\WebUtility.cs (4)
39new ValueStringBuilder(stackalloc char[256]) : 68new ValueStringBuilder(stackalloc char[256]) : 168new ValueStringBuilder(stackalloc char[256]) : 193new ValueStringBuilder(stackalloc char[256]) :
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
767var sb = new ValueStringBuilder(stackalloc char[64]);
src\libraries\System.Private.CoreLib\src\System\PasteArguments.Unix.cs (1)
17var stringBuilder = new ValueStringBuilder(stackalloc char[256]);
src\libraries\System.Private.CoreLib\src\System\Reflection\AssemblyName.cs (1)
323var vsb = new ValueStringBuilder(stackalloc char[StackallocThreshold]);
src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeData.cs (1)
49var vsb = new ValueStringBuilder(stackalloc char[256]);
src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeTypedArgument.cs (1)
62var result = new ValueStringBuilder(stackalloc char[256]);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128_1.cs (1)
450var sb = new ValueStringBuilder(stackalloc char[64]);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
439var sb = new ValueStringBuilder(stackalloc char[64]);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
439var sb = new ValueStringBuilder(stackalloc char[64]);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
507var sb = new ValueStringBuilder(stackalloc char[64]);
src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (9)
167var result = new ValueStringBuilder(stackalloc char[StackallocCharBufferSizeLimit]); 541var sb = new ValueStringBuilder(stackalloc char[StackallocCharBufferSizeLimit]); 818var result = new ValueStringBuilder(stackalloc char[StackallocCharBufferSizeLimit]); 893var result = new ValueStringBuilder(stackalloc char[StackallocCharBufferSizeLimit]); 961var result = new ValueStringBuilder(stackalloc char[StackallocCharBufferSizeLimit]); 1016var result = new ValueStringBuilder(stackalloc char[StackallocCharBufferSizeLimit]); 1225var result = new ValueStringBuilder(stackalloc char[StackallocCharBufferSizeLimit]); 1530var builder = new ValueStringBuilder(stackalloc char[StackallocCharBufferSizeLimit]); 1619var builder = new ValueStringBuilder(stackalloc char[StackallocCharBufferSizeLimit]);
src\libraries\System.Private.CoreLib\src\System\Text\CompositeFormat.cs (1)
123var vsb = new ValueStringBuilder(stackalloc char[string.StackallocCharBufferSizeLimit]);
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.StringSerializer.cs (2)
44var serializedText = new ValueStringBuilder(stackalloc char[InitialCapacityForString]); 267var token = new ValueStringBuilder(stackalloc char[InitialCapacityForString]);
src\libraries\System.Reflection.Metadata\src\System\Reflection\Metadata\AssemblyNameInfo.cs (1)
115ValueStringBuilder vsb = new(stackalloc char[256]);
src\libraries\System.Reflection.Metadata\src\System\Reflection\Metadata\TypeName.cs (3)
110ValueStringBuilder builder = new(stackalloc char[256]); 179ValueStringBuilder builder = new(stackalloc char[128]); 320ValueStringBuilder builder = new(stackalloc char[64]);
src\libraries\System.Reflection.Metadata\src\System\Reflection\Metadata\TypeNameParserHelpers.cs (1)
112var sb = new ValueStringBuilder(stackalloc char[64]);