3 implementations of ElapsedCount
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (2)
141public int ElapsedCount(int marker) { return 0; } 333public int ElapsedCount(int marker)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
2103int INodeCounter.ElapsedCount(int marker)
1 reference to ElapsedCount
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QueryProcessor.cs (1)
808return this.counter.ElapsedCount(marker);