Implemented interface member:
3 references to Dispose
Microsoft.CodeAnalysis.Debugging.Package (3)
src\Dependencies\PooledObjects\PooledDelegates.cs (3)
325/// <see cref="Dispose"/> should not be called explicitly.</para> 327/// <para>If used without a <c>using</c> statement, calling <see cref="Dispose"/> is optional. If the call is 328/// omitted, the object will not be returned to the pool. The behavior of this type if <see cref="Dispose"/> is