Implemented interface member:
7 references to Dispose
Text.Analyzers (7)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ReferenceCountedDisposable.cs (7)
28/// <item>The reference is explicitly released by a call to <see cref="Dispose"/>.</item> 35/// (i.e. by calling <see cref="Dispose"/>), the target object will itself be deterministically released by a 67/// collected without having <see cref="Dispose"/> called.</para> 112/// <para>This call is not valid after <see cref="Dispose"/> is called. If this property or the target 113/// object is used concurrently with a call to <see cref="Dispose"/>, it is possible for the code to be 116/// <see cref="Dispose"/> is called is unspecified; code is expected to not use this property or the object 117/// it returns after any code invokes <see cref="Dispose"/>.</para>