2 writes to performanceCounters
System.ServiceModel (2)
System\ServiceModel\Diagnostics\ServiceModelPerformanceCounters.cs (2)
151
this.
performanceCounters
= new List<ServiceModelPerformanceCounters>();
157
this.
performanceCounters
= new List<ServiceModelPerformanceCounters>();
6 references to performanceCounters
System.ServiceModel (6)
System\ServiceModel\Diagnostics\ServiceModelPerformanceCounters.cs (6)
162
this.
performanceCounters
.Add(counters);
167
for (int i = 0; i < this.
performanceCounters
.Count; ++i)
169
if (this.
performanceCounters
[i].PerfCounterId.Equals(id))
171
this.
performanceCounters
.RemoveAt(i);
179
this.
performanceCounters
.Clear();
196
get { return this.
performanceCounters
; }