5 references to ToFullPath
System.Formats.Tar (1)
System\Formats\Tar\TarFile.cs (1)
422
string fullPath = entry.
ToFullPath
();
System.IO.Compression.ZipFile (1)
System\IO\Compression\ZipFile.Create.Unix.cs (1)
14
string fullPath = entry.
ToFullPath
();
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEntry.Unix.cs (1)
168
string fullPath =
ToFullPath
();
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (1)
489
return (entry.
ToFullPath
(), isRealDirectory);
System.Windows.Forms.Primitives.TestUtilities.Tests (1)
PathLengthTests.cs (1)
33
(ref FileSystemEntry entry) => entry.
ToFullPath
(),