9 references to CustomDebugInfoConstants
Microsoft.CodeAnalysis.Debugging.Package (9)
CustomDebugInfoEncoder.cs (2)
31builder.WriteByte(CustomDebugInfoConstants.Version); 211Builder.WriteByte(CustomDebugInfoConstants.Version);
CustomDebugInfoReader.cs (7)
36offset += CustomDebugInfoConstants.GlobalHeaderSize; 52offset += CustomDebugInfoConstants.RecordHeaderSize; 75if (customDebugInfo.Length < CustomDebugInfoConstants.GlobalHeaderSize) 83if (globalVersion != CustomDebugInfoConstants.Version) 88while (offset <= customDebugInfo.Length - CustomDebugInfoConstants.RecordHeaderSize) 91if (size < CustomDebugInfoConstants.RecordHeaderSize) 108var bodySize = size - CustomDebugInfoConstants.RecordHeaderSize;