2 references to InvalidPathChars
mscorlib (2)
system\io\path.cs (1)
83
private static readonly char[] RealInvalidPathChars = PathInternal.
InvalidPathChars
;
system\io\pathinternal.cs (1)
344
return path.IndexOfAny(
InvalidPathChars
) >= 0 || (checkAdditional && AnyPathHasWildCardCharacters(path));