9 references to Free
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (9)
src\Compilers\Core\Portable\Collections\ArrayBuilderExtensions.cs (1)
251builder.Free();
src\Compilers\Core\Portable\Collections\ImmutableArrayExtensions.cs (1)
834builder.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 (5)
24/// See <see cref="Free()"/> for an explanation of this constant value. 389this.Free(); 414this.Free(); 421this.Free(); 760Free();