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