4 references to maxCounterLength
System.ServiceModel (4)
System\ServiceModel\Diagnostics\ServicePerformanceCountersBase.cs (4)
173
if (length >
maxCounterLength
)
241
if (totalLen >
maxCounterLength
)
246
if (workingLen >
maxCounterLength
&& serviceLen > 32)
251
if (workingLen >
maxCounterLength
&& uriLen > 31)