6 references to GetFileSize
Microsoft.NET.HostModel (6)
MachO\MachObjectFile.cs (6)
127return GetFileSize(); 221newLength = GetFileSize(); 313if (file.Capacity < GetFileSize()) 314throw new ArgumentException($"File is too small. File capacity is '{file.Capacity}' bytes, but the Mach-O requires '{GetFileSize()}' bytes. ", nameof(file)); 323return GetFileSize(); 458Debug.Assert(_codeSignatureLoadCommand.Command.GetDataOffset(_header) + _codeSignatureLoadCommand.Command.GetFileSize(_header) == GetFileSize());