net/JetBrains.FormatRipper/src/MachO/Impl/fat_arch.cs [1:13]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.InteropServices; namespace JetBrains.FormatRipper.MachO.Impl { // Note: See https://opensource.apple.com/source/xnu/xnu-344/EXTERNAL_HEADERS/mach-o/fat.h [SuppressMessage("ReSharper", "IdentifierTypo")] [SuppressMessage("ReSharper", "InconsistentNaming")] [SuppressMessage("ReSharper", "FieldCanBeMadeReadOnly.Global")] [SuppressMessage("ReSharper", "MemberCanBePrivate.Global")] [StructLayout(LayoutKind.Sequential)] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - net/JetBrains.FormatRipper/src/MachO/Impl/fat_header.cs [1:13]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.InteropServices; namespace JetBrains.FormatRipper.MachO.Impl { // Note: See https://opensource.apple.com/source/xnu/xnu-344/EXTERNAL_HEADERS/mach-o/fat.h [SuppressMessage("ReSharper", "IdentifierTypo")] [SuppressMessage("ReSharper", "InconsistentNaming")] [SuppressMessage("ReSharper", "FieldCanBeMadeReadOnly.Global")] [SuppressMessage("ReSharper", "MemberCanBePrivate.Global")] [StructLayout(LayoutKind.Sequential)] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -