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