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