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