2 writes to _Timer
System.Web (2)
Management\AppDomainResourcePerfCounters.cs (2)
30
_Timer
= new Timer((new AppDomainResourcePerfCounters()).TimerCallback, null,
49
_Timer
= null;
3 references to _Timer
System.Web (3)
Management\AppDomainResourcePerfCounters.cs (3)
41
if (
_Timer
== null)
47
if (
_Timer
!= null) {
48
((IDisposable)
_Timer
).Dispose();