23 references to Change
mscorlib (3)
system\runtime\remoting\leasemanager.cs (2)
89leaseTimer.Change((int)pollTime.TotalMilliseconds, Timeout.Infinite); 265leaseTimer.Change((int)pollTime.TotalMilliseconds, Timeout.Infinite);
system\threading\CancellationTokenSource.cs (1)
499m_timer.Change(millisecondsDelay, -1);
System (4)
net\System\Net\WebSockets\WebSocketBase.cs (3)
2280m_KeepAliveTimer.Change(keepAliveIntervalMilliseconds, Timeout.Infinite); 2289m_KeepAliveTimer.Change(keepAliveIntervalMilliseconds, Timeout.Infinite); 2313m_KeepAliveTimer.Change(dueInMilliseconds, Timeout.Infinite);
services\timers\system\timers\Timer.cs (1)
147timer.Change(i, autoReset? i :Timeout.Infinite );
System.Data (4)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (1)
861timerIsNotDisposed = t.Change(_errorWait, _errorWait);
fx\src\data\System\Data\SqlClient\SqlDependencyUtils.cs (2)
368_timeoutTimer.Change(Timeout.Infinite, Timeout.Infinite); 475_timeoutTimer.Change(15000 /* 15 secs */, 15000 /* 15 secs */);
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
2449networkPacketTimeout.Change(dueTime, period);
System.Data.Entity (2)
System\Data\Common\QueryCache\QueryCacheManager.cs (2)
432this._timer.Change(Timeout.Infinite, Timeout.Infinite); 454this._timer.Change(this._period, this._period);
System.Runtime.Caching (3)
System\Caching\MemoryCacheStatistics.cs (3)
58timer.Change(_pollingInterval, _pollingInterval); 70timer.Change(_pollingInterval, _pollingInterval); 78timer.Change(_pollingInterval, _pollingInterval);
System.Transactions (5)
System\Transactions\Oletx\OletxResourceManager.cs (3)
653if ( !this.reenlistThreadTimer.Change( 0, Timeout.Infinite )) 929if ( !localTimer.Change( 10000, Timeout.Infinite )) 944if ( !localTimer.Change( 10000, Timeout.Infinite ))
System\Transactions\TransactionTable.cs (2)
254if ( !this.timer.Change( this.timerInterval, this.timerInterval )) 468if (!this.timer.Change(Timeout.Infinite, Timeout.Infinite))
System.Workflow.Runtime (2)
DebugEngine\DebugController.cs (2)
391this.attachTimer.Change(Timeout.Infinite, Timeout.Infinite); 449this.attachTimer.Change(Timeout.Infinite, Timeout.Infinite);