2 writes to endpointCounterSetInstance
System.ServiceModel (2)
System\ServiceModel\Diagnostics\EndpointPerformanceCountersV2.cs (2)
32
this.
endpointCounterSetInstance
= CreateCounterSetInstance(this.InstanceName);
165
this.
endpointCounterSetInstance
= null;
6 references to endpointCounterSetInstance
System.ServiceModel (6)
System\ServiceModel\Diagnostics\EndpointPerformanceCountersV2.cs (6)
36
this.counters[i] = this.
endpointCounterSetInstance
.Counters[i];
154
get { return this.
endpointCounterSetInstance
!= null; }
162
if (this.
endpointCounterSetInstance
!= null)
164
this.
endpointCounterSetInstance
.Dispose();
173
if (disposing && PerformanceCounters.PerformanceCountersEnabled && this.
endpointCounterSetInstance
!= null)
175
counterSetInstanceCache.Add(this.InstanceName, this.
endpointCounterSetInstance
);