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