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