9 references to CustomDebugInfoConstants
Microsoft.CodeAnalysis.Debugging.Package (9)
CustomDebugInfoEncoder.cs (2)
31builder.WriteByte(CustomDebugInfoConstants.Version); 217Builder.WriteByte(CustomDebugInfoConstants.Version);
CustomDebugInfoReader.cs (7)
34offset += CustomDebugInfoConstants.GlobalHeaderSize; 50offset += CustomDebugInfoConstants.RecordHeaderSize; 73if (customDebugInfo.Length < CustomDebugInfoConstants.GlobalHeaderSize) 81if (globalVersion != CustomDebugInfoConstants.Version) 86while (offset <= customDebugInfo.Length - CustomDebugInfoConstants.RecordHeaderSize) 89if (size < CustomDebugInfoConstants.RecordHeaderSize) 106var bodySize = size - CustomDebugInfoConstants.RecordHeaderSize;