2 references to GetLength
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEntry.Unix.cs (1)
155
public long Length => _status.
GetLength
(FullPath, continueOnError: true);
src\libraries\System.Private.CoreLib\src\System\IO\FileSystemInfo.Unix.cs (1)
64
internal long LengthCore => _fileStatus.
GetLength
(FullPath);