2 writes to servicePerformanceCounters
System.ServiceModel (2)
System\ServiceModel\ServiceHost.cs (2)
167
this.
servicePerformanceCounters
= value;
1155
this.
servicePerformanceCounters
= null;
11 references to servicePerformanceCounters
System.ServiceModel (11)
System\ServiceModel\ServiceHost.cs (11)
163
return this.
servicePerformanceCounters
;
168
this.serviceThrottle.SetServicePerformanceCounters(this.
servicePerformanceCounters
);
519
if (null != this.
servicePerformanceCounters
)
523
if (null != this.
servicePerformanceCounters
)
525
this.
servicePerformanceCounters
.ServiceInstanceCreated();
1148
if (this.
servicePerformanceCounters
!= null)
1152
if (this.
servicePerformanceCounters
!= null)
1154
this.
servicePerformanceCounters
.Dispose();
1188
if (null != this.
servicePerformanceCounters
)
1192
if (null != this.
servicePerformanceCounters
)
1194
this.
servicePerformanceCounters
.ServiceInstanceRemoved();