Implemented interface member:
method
Dispose
System.IDisposable.Dispose()
34 references to Dispose
mscorlib (4)
system\threading\CancellationTokenSource.cs (3)
490newTimer.Dispose(); 576if (m_timer != null) m_timer.Dispose(); 727if(timer != null) timer.Dispose();
system\threading\Tasks\Task.cs (1)
5948if (Timer != null) Timer.Dispose();
PresentationCore (3)
Core\CSharp\System\IO\Packaging\PackWebResponse.cs (3)
582_timeoutTimer.Dispose(); 826_timeoutTimer.Dispose(); 962_timeoutTimer.Dispose();
System (6)
net\System\Net\_AutoWebProxyScriptEngine.cs (1)
261retryWinHttpGetProxyForUrlTimer.Dispose();
net\System\Net\mail\SmtpClient.cs (2)
553timer.Dispose(); 977timer.Dispose();
net\System\Net\WebSockets\WebSocketBase.cs (1)
2308m_KeepAliveTimer.Dispose();
services\timers\system\timers\Timer.cs (2)
119timer.Dispose(); 255timer.Dispose();
System.Data (4)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (2)
1051t.Dispose(); // Cancel timer request. 1767t.Dispose();
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (1)
826retryTimer.Dispose(); // Dispose timer - stop retry loop!
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
851networkPacketTimeout.Dispose();
System.Data.Entity (1)
System\Data\Common\QueryCache\QueryCacheManager.cs (1)
403this._timer.Dispose();
System.Transactions (3)
System\Transactions\Oletx\OletxResourceManager.cs (2)
600localTimer.Dispose(); 972localTimer.Dispose();
System\Transactions\TransactionScope.cs (1)
923scopeTimer.Dispose();
System.Web (7)
Cache\SqlCacheDependency.cs (1)
492_timer.Dispose();
HttpRuntime.cs (1)
357timer.Dispose();
Management\webeventbuffer.cs (1)
584_timer.Dispose();
Management\WebEvents.cs (1)
2422s_heartbeatTimer.Dispose();
UI\LegacyPageAsyncTaskManager.cs (1)
370timer.Dispose();
Util\ResourcePool.cs (2)
53_timer.Dispose(); 130_timer.Dispose();
System.Workflow.Runtime (5)
Hosting\DefaultWorkflowSchedulerService.cs (2)
175callbackTimer.Dispose(); 195callbackTimer.Dispose();
Hosting\ManualWorkflowSchedulerService.cs (2)
301callbackTimer.Dispose(); 371callbackTimer.Dispose();
Hosting\SqlWorkflowPersistenceService.cs (1)
1257timer.Dispose();
WindowsBase (1)
Base\System\Windows\Threading\DispatcherOperation.cs (1)
651_waitTimer.Dispose();