8 references to Free
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
src\Compilers\Core\Portable\Collections\ArrayBuilderExtensions.cs (1)
251builder.Free();
src\Compilers\Core\Portable\Collections\ImmutableArrayExtensions.cs (1)
763builder.Free();
src\Compilers\Core\Portable\Collections\TemporaryArray`1.cs (1)
153Interlocked.Exchange(ref _builder, null)?.Free();
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
872resolvedParts.Free();
src\Dependencies\PooledObjects\ArrayBuilder.cs (4)
21/// See <see cref="Free()"/> for an explanation of this constant value. 386this.Free(); 411this.Free(); 418this.Free();