2 references to MaxLengthToUse
System.Configuration.ConfigurationManager (2)
System\Configuration\ClientConfigPaths.cs (2)
386validated = validated.Length > MaxLengthToUse 387? validated.Substring(0, MaxLengthToUse)