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