9 references to CustomDebugInfoConstants
Microsoft.CodeAnalysis.Features (9)
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoEncoder.cs (2)
31builder.WriteByte(CustomDebugInfoConstants.Version); 211Builder.WriteByte(CustomDebugInfoConstants.Version);
src\Dependencies\CodeAnalysis.Debugging\CustomDebugInfoReader.cs (7)
35offset += CustomDebugInfoConstants.GlobalHeaderSize; 51offset += CustomDebugInfoConstants.RecordHeaderSize; 74if (customDebugInfo.Length < CustomDebugInfoConstants.GlobalHeaderSize) 82if (globalVersion != CustomDebugInfoConstants.Version) 87while (offset <= customDebugInfo.Length - CustomDebugInfoConstants.RecordHeaderSize) 90if (size < CustomDebugInfoConstants.RecordHeaderSize) 107var bodySize = size - CustomDebugInfoConstants.RecordHeaderSize;