4 references to RecordHeaderSize
Microsoft.CodeAnalysis.Debugging.Package (4)
CustomDebugInfoReader.cs (4)
52offset += CustomDebugInfoConstants.RecordHeaderSize; 88while (offset <= customDebugInfo.Length - CustomDebugInfoConstants.RecordHeaderSize) 91if (size < CustomDebugInfoConstants.RecordHeaderSize) 108var bodySize = size - CustomDebugInfoConstants.RecordHeaderSize;