8 references to PooledStringBuilderPool
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (8)
CompilationTestUtils.vb (5)
884Dim messages = ParserTestUtilities.PooledStringBuilderPool.Allocate() 930Dim expectedPooledBuilder = PooledStringBuilderPool.Allocate() 931Dim actualPooledBuilder = PooledStringBuilderPool.Allocate() 991Dim builder = PooledStringBuilderPool.Allocate() 1228Dim builder = PooledStringBuilderPool.Allocate()
ParserTestUtilities.vb (3)
84Dim errors = PooledStringBuilderPool.Allocate() 572Dim errorString = PooledStringBuilderPool.Allocate() 654Dim errorMessage = PooledStringBuilderPool.Allocate()