7 references to VerifyValidPath
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\IO\Directory.cs (2)
312FileSystem.VerifyValidPath(pathToTarget, nameof(pathToTarget)); 332FileSystem.VerifyValidPath(linkPath, nameof(linkPath));
src\libraries\System.Private.CoreLib\src\System\IO\File.cs (3)
1456FileSystem.VerifyValidPath(pathToTarget, nameof(pathToTarget)); 1478FileSystem.VerifyValidPath(pathToTarget, nameof(pathToTarget)); 1498FileSystem.VerifyValidPath(linkPath, nameof(linkPath));
src\libraries\System.Private.CoreLib\src\System\IO\FileInfo.cs (1)
253FileSystem.VerifyValidPath(pathToTarget, nameof(pathToTarget));
src\libraries\System.Private.CoreLib\src\System\IO\FileSystemInfo.cs (1)
163FileSystem.VerifyValidPath(pathToTarget, nameof(pathToTarget));