3 references to InstanceNameMaxLength
System (3)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (2)
1565
if (instanceName.Length > SharedPerformanceCounter.
InstanceNameMaxLength
)
1566
instanceName = instanceName.Substring(0, SharedPerformanceCounter.
InstanceNameMaxLength
);
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (1)
106
if (instanceName != null && instanceName.Length >
InstanceNameMaxLength
)