4 writes to _timeoutTimer
PresentationCore (4)
System\IO\Packaging\PackWebResponse.cs (4)
97
_timeoutTimer
= new Timer(new TimerCallback(TimeoutCallback), null, innerRequest.Timeout, Timeout.Infinite);
542
_timeoutTimer
= null;
811
_timeoutTimer
= null; // harmless if already null, and removes need for extra try/finally block above
914
_timeoutTimer
= null;
6 references to _timeoutTimer
PresentationCore (6)
System\IO\Packaging\PackWebResponse.cs (6)
535
if (
_timeoutTimer
!= null)
537
_timeoutTimer
.Dispose();
773
if (
_timeoutTimer
!= null)
774
_timeoutTimer
.Dispose();
907
if (
_timeoutTimer
!= null)
909
_timeoutTimer
.Dispose();