1 write to _flushTimer
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferedConnection.cs (1)
96
_flushTimer
= new Timer(new TimerCallback(new Action<object>(OnFlushTimer)), null, TimeSpan.FromMilliseconds(-1), TimeSpan.FromMilliseconds(-1));
4 references to _flushTimer
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BufferedConnection.cs (4)
44
if (
_flushTimer
!= null)
46
_flushTimer
.Change(TimeSpan.FromMilliseconds(-1), TimeSpan.FromMilliseconds(-1));
94
if (
_flushTimer
== null)
99
_flushTimer
.Change(_flushTimeout, TimeSpan.FromMilliseconds(-1));