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