7 references to ValueStringBuilder
System.Private.CoreLib (7)
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\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);