1 reference to GetTimerCallback
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
2345
_timer = new Timer(new TimerCallback(
GetTimerCallback
()), this, idle, TimeSpan.FromMilliseconds(-1));