5 references to maxCounterLength
System.ServiceModel (5)
System\ServiceModel\Diagnostics\EndpointPerformanceCountersBase.cs (5)
90
if (length >
maxCounterLength
)
153
if (totalLen >
maxCounterLength
)
158
if (workingLen >
maxCounterLength
&& serviceLen > 15)
163
if (workingLen >
maxCounterLength
&& contractLen > 16)
168
if (workingLen >
maxCounterLength
&& uriLen > 31)