4 references to ToFullPath
System.Formats.Tar (1)
System\Formats\Tar\TarFile.cs (1)
422string fullPath = entry.ToFullPath();
System.IO.Compression.ZipFile (1)
System\IO\Compression\ZipFile.Create.Unix.cs (1)
14string fullPath = entry.ToFullPath();
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEntry.Unix.cs (1)
162string fullPath = ToFullPath();
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (1)
491return (entry.ToFullPath(), isRealDirectory);