1 instantiation of DummyNodeCounter
System.ServiceModel (1)
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (1)
129internal static DummyNodeCounter Dummy = new DummyNodeCounter();
3 references to DummyNodeCounter
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryProcessor.cs (2)
519this.counter = DummyNodeCounter.Dummy; 561this.counter = DummyNodeCounter.Dummy;
System\ServiceModel\Dispatcher\QuerySafeNavigator.cs (1)
129internal static DummyNodeCounter Dummy = new DummyNodeCounter();