Implemented interface member:
method
Dispose
System.IDisposable.Dispose()
9 references to Dispose
mscorlib (4)
system\threading\CountdownEvent.cs (1)
174
m_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)
1677
newMre.
Dispose
();
1886
ev.
Dispose
();
System (2)
sys\system\threading\Barrier.cs (2)
960
m_oddEvent.
Dispose
();
961
m_evenEvent.
Dispose
();
System.Core (2)
System\Linq\Parallel\Channels\AsynchronousChannel.cs (1)
672
m_producerEvent.
Dispose
();
System\Linq\Parallel\Merging\AsynchronousChannelMergeEnumerator.cs (1)
291
m_consumerEvent.
Dispose
();
System.Web (1)
Hosting\AsyncResultBase.cs (1)
79
_mre.
Dispose
();