4 references to MAX_PATH
System.Configuration (4)
System\Configuration\ClientConfigPaths.cs (4)
113StringBuilder sb = new StringBuilder(MAX_PATH); 122int capacity = noOfTimes * MAX_PATH < MAX_UNICODESTRING_LEN ? noOfTimes * MAX_PATH : MAX_UNICODESTRING_LEN; 329if (combinedPath.Length < MAX_PATH) {