6 references to maxCounterLength
System.ServiceModel (6)
System\ServiceModel\Diagnostics\OperationPerformanceCountersBase.cs (6)
86if (length > maxCounterLength) 156if (totalLen > maxCounterLength) 161if (workingLen > maxCounterLength && serviceLen > 8) 166if (workingLen > maxCounterLength && contractLen > 7) 171if (workingLen > maxCounterLength && operationLen > 15) 176if (workingLen > maxCounterLength && uriLen > 32)