6 references to DirectoryInfo
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\IO\Directory.cs (3)
36return new DirectoryInfo(path, fullPath, isNormalized: true); 68return new DirectoryInfo(path, isNormalized: true); 315return new DirectoryInfo(originalPath: path, fullPath: fullPath, isNormalized: true);
src\libraries\System.Private.CoreLib\src\System\IO\Directory.Unix.cs (1)
24return new DirectoryInfo(path, fullPath, isNormalized: true);
src\libraries\System.Private.CoreLib\src\System\IO\DirectoryInfo.cs (1)
69new DirectoryInfo(parentName, isNormalized: true) :
src\libraries\System.Private.CoreLib\src\System\IO\FileSystemInfo.Unix.cs (1)
21? new DirectoryInfo(fullPath, fileName: fileName, isNormalized: true)