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