3 writes to timer
System (3)
services\timers\system\timers\Timer.cs (3)
120
timer
= null;
133
timer
= new System.Threading.Timer(callback, cookie, i, autoReset? i:Timeout.Infinite);
256
timer
= null;
8 references to timer
System (8)
services\timers\system\timers\Timer.cs (8)
89
if(
timer
!= null) {
117
if(
timer
!= null) {
119
timer
.Dispose();
126
if(
timer
== null) {
147
timer
.Change(i, autoReset? i :Timeout.Infinite );
166
if (
timer
!= null) {
254
if (
timer
!= null ) {
255
timer
.Dispose();