8 references to PooledStringBuilderPool
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (8)
CompilationTestUtils.vb (5)
883Dim messages = ParserTestUtilities.PooledStringBuilderPool.Allocate() 929Dim expectedPooledBuilder = PooledStringBuilderPool.Allocate() 930Dim actualPooledBuilder = PooledStringBuilderPool.Allocate() 990Dim builder = PooledStringBuilderPool.Allocate() 1227Dim builder = PooledStringBuilderPool.Allocate()
ParserTestUtilities.vb (3)
81Dim errors = PooledStringBuilderPool.Allocate() 569Dim errorString = PooledStringBuilderPool.Allocate() 651Dim errorMessage = PooledStringBuilderPool.Allocate()