12 references to ValueStringBuilder
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Globalization\CalendarData.Icu.cs (1)
265new ValueStringBuilder(input.Length);
src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (1)
1332var enquotedString = new ValueStringBuilder(64);
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (1)
672ValueStringBuilder sb = new(Interop.DefaultPathBufferSize);
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (1)
506new ValueStringBuilder(estimatedLength);
src\libraries\System.Private.CoreLib\src\System\Net\WebUtility.cs (4)
40new ValueStringBuilder(valueSpan.Length + 200); 69new ValueStringBuilder(valueSpan.Length + 200); 169new ValueStringBuilder(valueSpan.Length); 194new ValueStringBuilder(valueSpan.Length);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\DynamicMethod.cs (1)
302var sbName = new ValueStringBuilder(MethodNameBufferSize);
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
103var sbName = new ValueStringBuilder(MethodNameBufferSize);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
138var sbName = new ValueStringBuilder(MethodNameBufferSize);
src\System\Reflection\RuntimePropertyInfo.cs (1)
118var sbName = new ValueStringBuilder(MethodBase.MethodNameBufferSize);