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