net/JetBrains.FormatRipper/src/MachO/Impl/CS_BlobIndex.cs [1:11]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.InteropServices; namespace JetBrains.FormatRipper.MachO.Impl { [SuppressMessage("ReSharper", "IdentifierTypo")] [SuppressMessage("ReSharper", "InconsistentNaming")] [SuppressMessage("ReSharper", "FieldCanBeMadeReadOnly.Global")] [SuppressMessage("ReSharper", "MemberCanBePrivate.Global")] [StructLayout(LayoutKind.Sequential)] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - net/JetBrains.FormatRipper/src/MachO/Impl/fat_arch_64.cs [1:13]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.InteropServices; namespace JetBrains.FormatRipper.MachO.Impl { // Note(ww898): https://stackoverflow.com/questions/65731126/how-to-understand-the-comments-about-fat-arch-64-in-mach-o-fat-h [SuppressMessage("ReSharper", "IdentifierTypo")] [SuppressMessage("ReSharper", "InconsistentNaming")] [SuppressMessage("ReSharper", "FieldCanBeMadeReadOnly.Global")] [SuppressMessage("ReSharper", "MemberCanBePrivate.Global")] [StructLayout(LayoutKind.Sequential)] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -