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