4 writes to _timeoutTimer
PresentationCore (4)
Core\CSharp\System\IO\Packaging\PackWebResponse.cs (4)
125
_timeoutTimer
= new Timer(new TimerCallback(TimeoutCallback), null, innerRequest.Timeout, Timeout.Infinite);
588
_timeoutTimer
= null;
863
_timeoutTimer
= null; // harmless if already null, and removes need for extra try/finally block above
967
_timeoutTimer
= null;
6 references to _timeoutTimer
PresentationCore (6)
Core\CSharp\System\IO\Packaging\PackWebResponse.cs (6)
580
if (
_timeoutTimer
!= null)
582
_timeoutTimer
.Dispose();
825
if (
_timeoutTimer
!= null)
826
_timeoutTimer
.Dispose();
960
if (
_timeoutTimer
!= null)
962
_timeoutTimer
.Dispose();