Implemented interface member:
method
Dispose
System.IDisposable.Dispose()
9 references to Dispose
mscorlib (4)
system\threading\CountdownEvent.cs (1)
174m_event.Dispose();
system\threading\ManualResetEventSlim.cs (1)
694/// Unlike most of the members of <see cref="ManualResetEventSlim"/>, <see cref="Dispose()"/> is not
system\threading\Tasks\Task.cs (2)
1677newMre.Dispose(); 1886ev.Dispose();
System (2)
sys\system\threading\Barrier.cs (2)
960m_oddEvent.Dispose(); 961m_evenEvent.Dispose();
System.Core (2)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (1)
672m_producerEvent.Dispose();
System\Linq\Parallel\Merging\AsynchronousChannelMergeEnumerator.cs (1)
291m_consumerEvent.Dispose();
System.Web (1)
Hosting\AsyncResultBase.cs (1)
79_mre.Dispose();