4 references to MsmqDroppedMessages
System.ServiceModel (4)
System\ServiceModel\Diagnostics\ServicePerformanceCounters.cs (1)
166Increment((int)PerfCounters.MsmqDroppedMessages);
System\ServiceModel\Diagnostics\ServicePerformanceCountersV2.cs (3)
69localCounterSet.AddCounter((int)PerfCounters.MsmqDroppedMessages, CounterType.RawData32, perfCounterNames[(int)PerfCounters.MsmqDroppedMessages]); 199this.counters[(int)PerfCounters.MsmqDroppedMessages].Increment();