8 references to PooledStringBuilderPool
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (8)
CompilationTestUtils.vb (5)
871Dim messages = ParserTestUtilities.PooledStringBuilderPool.Allocate() 917Dim expectedPooledBuilder = PooledStringBuilderPool.Allocate() 918Dim actualPooledBuilder = PooledStringBuilderPool.Allocate() 978Dim builder = PooledStringBuilderPool.Allocate() 1215Dim builder = PooledStringBuilderPool.Allocate()
ParserTestUtilities.vb (3)
84Dim errors = PooledStringBuilderPool.Allocate() 572Dim errorString = PooledStringBuilderPool.Allocate() 654Dim errorMessage = PooledStringBuilderPool.Allocate()