4 references to RecordHeaderSize
Microsoft.CodeAnalysis.Debugging.Package (4)
CustomDebugInfoReader.cs (4)
51
offset += CustomDebugInfoConstants.
RecordHeaderSize
;
87
while (offset <= customDebugInfo.Length - CustomDebugInfoConstants.
RecordHeaderSize
)
90
if (size < CustomDebugInfoConstants.
RecordHeaderSize
)
107
var bodySize = size - CustomDebugInfoConstants.
RecordHeaderSize
;