4 references to RecordHeaderSize
Microsoft.CodeAnalysis.Debugging.Package (4)
CustomDebugInfoReader.cs (4)
50offset += CustomDebugInfoConstants.RecordHeaderSize; 86while (offset <= customDebugInfo.Length - CustomDebugInfoConstants.RecordHeaderSize) 89if (size < CustomDebugInfoConstants.RecordHeaderSize) 106var bodySize = size - CustomDebugInfoConstants.RecordHeaderSize;