net/JetBrains.FormatRipper/src/Compound/Impl/CompoundFileHeader.cs [1:11]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - using System; using System.Diagnostics.CodeAnalysis; using System.Runtime.InteropServices; namespace JetBrains.FormatRipper.Compound.Impl { [SuppressMessage("ReSharper", "IdentifierTypo")] [SuppressMessage("ReSharper", "InconsistentNaming")] [SuppressMessage("ReSharper", "FieldCanBeMadeReadOnly.Global")] [SuppressMessage("ReSharper", "MemberCanBePrivate.Global")] [StructLayout(LayoutKind.Sequential, Pack = 1)] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - net/JetBrains.FormatRipper/src/Pe/Impl/IMAGE_SECTION_HEADER.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, Pack = 1)] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -