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