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